Save This Page
Home » xmlbeans-2.4.0-src » org.apache.xmlbeans.impl.store » [javadoc | source]
org.apache.xmlbeans.impl.store
public final class: Locale [javadoc | source]
java.lang.Object
   org.apache.xmlbeans.impl.store.Locale

All Implemented Interfaces:
    DOMImplementation, XmlLocale, org.apache.xmlbeans.impl.store.Saaj.SaajCallback

Nested Class Summary:
interface  Locale.ChangeListener   
static final class  Locale.ScrubBuffer   
class  Locale.nthCache   
class  Locale.domNthCache   
static final class  Locale.Ref   
abstract static class  Locale.LoadContext   
Field Summary
static final  int ROOT     
static final  int ELEM     
static final  int ATTR     
static final  int COMMENT     
static final  int PROCINST     
static final  int TEXT     
static final  int WS_UNSPECIFIED     
static final  int WS_PRESERVE     
static final  int WS_REPLACE     
static final  int WS_COLLAPSE     
static final  String _xsi     
static final  String _schema     
static final  String _openFragUri     
static final  String _xml1998Uri     
static final  String _xmlnsUri     
static final  QName _xsiNil     
static final  QName _xsiType     
static final  QName _xsiLoc     
static final  QName _xsiNoLoc     
static final  QName _openuriFragment     
static final  QName _xmlFragment     
public static final  String USE_SAME_LOCALE     
public static final  String COPY_USE_NEW_LOCALE    This option is checked in XmlObjectBase._copy(XmlOptions), the locale is used as the synchronization domain. useNewLocale = true: copy will use a new locale, false: copy will use the same locale as the source 
 boolean _noSync     
 SchemaTypeLoader _schemaTypeLoader     
 int _numTempFramesLeft     
 Cur[] _tempFrames     
 Cur _curPool     
 int _curPoolCount     
 Cur _registered     
 Locale.ChangeListener _changeListeners     
 long _versionAll     
 long _versionSansText     
 Locations _locations     
 int _offSrc     
 int _cchSrc     
 Saaj _saaj     
 Dom _ownerDoc     
 QNameFactory _qnameFactory     
 boolean _validateOnSet     
 int _posTemp     
 Locale.nthCache _nthCache_A     
 Locale.nthCache _nthCache_B     
 Locale.domNthCache _domNthCache_A     
 Locale.domNthCache _domNthCache_B     
Method from org.apache.xmlbeans.impl.store.Locale Summary:
applyNamespaces,   applyWhiteSpaceRule,   associateSourceName,   autoTypeDocument,   beginsWithXml,   count,   createCdataNode,   createDocument,   createDocumentType,   createSoapElement,   createTextNode,   createXmlns,   domLength,   embedCurs,   enter,   enter,   entered,   exit,   exit,   findDomNthChild,   findNthChildElem,   getAllNamespaces,   getCharUtil,   getCur,   getDocProps,   getFeature,   getLocale,   getSaajData,   getScrubBuffer,   getTextValue,   getTextValue,   hasFeature,   importSoapElement,   invalidateDomCaches,   isDomCached,   isFragment,   isFragmentQName,   isWhiteSpace,   isWhiteSpace,   isXmlns,   load,   load,   load,   load,   load,   load,   loadNode,   makeQName,   makeQName,   makeQNameNoCheck,   makeQualifiedQName,   newDomImplementation,   newInstance,   newSaxHandler,   newSaxHandler,   noSync,   nodeToCursor,   nodeToXmlObject,   nodeToXmlStream,   notifyChange,   parse,   parseToXmlObject,   parseToXmlObject,   parseToXmlObject,   parseToXmlObject,   parseToXmlObject,   parseToXmlObject,   parseToXmlObject,   parseToXmlObject,   parseToXmlObject,   processWhiteSpaceRule,   pushToContainer,   refQueue,   registerForChange,   setSaajData,   streamToNode,   sync,   tempCur,   tempCur,   toChild,   toFirstChildElement,   toFirstNormalAttr,   toLastChildElement,   toNextNormalAttr,   toNextSiblingElement,   toNextSiblingElement,   toPrevNormalAttr,   toPrevSiblingElement,   version,   weakCur,   xmlnsPrefix
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xmlbeans.impl.store.Locale Detail:
 static  void applyNamespaces(Cur c,
    Map namespaces) 
 static String applyWhiteSpaceRule(String s,
    int wsr) 
 static  void associateSourceName(Cur c,
    XmlOptions options) 
 static  void autoTypeDocument(Cur c,
    SchemaType requestedType,
    XmlOptions options) throws XmlException 
 static boolean beginsWithXml(String name) 
 int count(Xobj parent,
    QName name,
    QNameSet set) 
 CdataNode createCdataNode() 
 public Document createDocument(String uri,
    String qname,
    DocumentType doctype) 
 public DocumentType createDocumentType(String qname,
    String publicId,
    String systemId) 
 public Element createSoapElement(QName name,
    QName parentName) 
 TextNode createTextNode() 
 QName createXmlns(String prefix) 
 int domLength(Dom parent) 
  void embedCurs() 
 public  void enter() 
 public  void enter(Locale otherLocale) 
 boolean entered() 
 public  void exit() 
 public  void exit(Locale otherLocale) 
 Dom findDomNthChild(Dom parent,
    int n) 
 Xobj findNthChildElem(Xobj parent,
    QName name,
    QNameSet set,
    int n) 
 static Map getAllNamespaces(Cur c,
    Map filleMe) 
 CharUtil getCharUtil() 
 Cur getCur() 
 static XmlDocumentProperties getDocProps(Cur c,
    boolean ensure) 
 public Object getFeature(String feature,
    String version) 
 static Locale getLocale(SchemaTypeLoader stl,
    XmlOptions options) 
 public Object getSaajData(Node n) 
 static Locale.ScrubBuffer getScrubBuffer(int wsr) 
 static String getTextValue(Cur c) 
 static int getTextValue(Cur c,
    int wsr,
    char[] chars,
    int off,
    int maxCch) 
 public boolean hasFeature(String feature,
    String version) 
 public Element importSoapElement(Document doc,
    Element elem,
    boolean deep,
    QName parentName) 
  void invalidateDomCaches(Dom d) 
 boolean isDomCached(Dom d) 
 static boolean isFragment(Cur start,
    Cur end) 
 static boolean isFragmentQName(QName name) 
 static final boolean isWhiteSpace(String s) 
 static final boolean isWhiteSpace(StringBuffer sb) 
 static boolean isXmlns(QName name) 
 public Dom load(Reader r) throws XmlException, IOException 
 public Dom load(InputStream in) throws XmlException, IOException 
 public Dom load(String s) throws XmlException 
 public Dom load(Reader r,
    XmlOptions options) throws XmlException, IOException 
 public Dom load(InputStream in,
    XmlOptions options) throws XmlException, IOException 
 public Dom load(String s,
    XmlOptions options) throws XmlException 
  void loadNode(Node n,
    Locale.LoadContext context) 
 QName makeQName(String uri,
    String localPart) 
 QName makeQName(String uri,
    String local,
    String prefix) 
 QName makeQNameNoCheck(String uri,
    String localPart) 
 QName makeQualifiedQName(String uri,
    String qname) 
 public static DOMImplementation newDomImplementation(SchemaTypeLoader stl,
    XmlOptions options) 
 public static XmlObject newInstance(SchemaTypeLoader stl,
    SchemaType type,
    XmlOptions options) 
 public XmlSaxHandler newSaxHandler(SchemaType type,
    XmlOptions options) 
 public static XmlSaxHandler newSaxHandler(SchemaTypeLoader stl,
    SchemaType type,
    XmlOptions options) 
 public boolean noSync() 
 public static XmlCursor nodeToCursor(Node n) 
 public static XmlObject nodeToXmlObject(Node n) 
 public static XMLStreamReader nodeToXmlStream(Node n) 
  void notifyChange() 
 Cur parse(String s,
    SchemaType type,
    XmlOptions options) throws XmlException 
 public XmlObject parseToXmlObject(XMLInputStream xis,
    SchemaType type,
    XmlOptions options) throws XmlException, XMLStreamException 
Deprecated! XMLInputStream - was deprecated by XMLStreamReader from STaX - jsr173 API.

 public XmlObject parseToXmlObject(XMLStreamReader xsr,
    SchemaType type,
    XmlOptions options) throws XmlException 
 public XmlObject parseToXmlObject(Node node,
    SchemaType type,
    XmlOptions options) throws XmlException 
 public static XmlObject parseToXmlObject(SchemaTypeLoader stl,
    String xmlText,
    SchemaType type,
    XmlOptions options) throws XmlException 
 public static XmlObject parseToXmlObject(SchemaTypeLoader stl,
    XMLInputStream xis,
    SchemaType type,
    XmlOptions options) throws XmlException, XMLStreamException 
Deprecated! XMLInputStream - was deprecated by XMLStreamReader from STaX - jsr173 API.

 public static XmlObject parseToXmlObject(SchemaTypeLoader stl,
    XMLStreamReader xsr,
    SchemaType type,
    XmlOptions options) throws XmlException 
 public static XmlObject parseToXmlObject(SchemaTypeLoader stl,
    InputStream is,
    SchemaType type,
    XmlOptions options) throws XmlException, IOException 
 public static XmlObject parseToXmlObject(SchemaTypeLoader stl,
    Reader reader,
    SchemaType type,
    XmlOptions options) throws XmlException, IOException 
 public static XmlObject parseToXmlObject(SchemaTypeLoader stl,
    Node node,
    SchemaType type,
    XmlOptions options) throws XmlException 
 static String processWhiteSpaceRule(String s,
    int wsr) 
 static boolean pushToContainer(Cur c) 
 final ReferenceQueue refQueue() 
  void registerForChange(Locale.ChangeListener listener) 
 public  void setSaajData(Node n,
    Object o) 
 public static Node streamToNode(XMLStreamReader xs) 
 public boolean sync() 
 Cur tempCur() 
 Cur tempCur(String id) 
 static boolean toChild(Cur c,
    QName name,
    int n) 
 static boolean toFirstChildElement(Cur c) 
 static boolean toFirstNormalAttr(Cur c) 
 static boolean toLastChildElement(Cur c) 
 static boolean toNextNormalAttr(Cur c) 
 static boolean toNextSiblingElement(Cur c) 
 static boolean toNextSiblingElement(Cur c,
    Xobj parent) 
 static boolean toPrevNormalAttr(Cur c) 
 static boolean toPrevSiblingElement(Cur cur) 
 long version() 
 Cur weakCur(Object o) 
 static String xmlnsPrefix(QName name)