568569570571572573574
/* (non-Javadoc) * @see org.exist.xquery.value.Item#atomize() */ public AtomicValue atomize() throws XPathException { return( new UntypedAtomicValue( getStringValue() ) ); }
768769770771772773774
/* (non-Javadoc) * @see org.exist.xquery.value.Item#atomize() */ public AtomicValue atomize() throws XPathException { return new UntypedAtomicValue(getNodeValue()); }