JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Deprecated API
Contents
Classes
Methods
Constructors
Deprecated Classes
Class
Description
com.sun.xml.xsom.impl.parser.SAXParserFactoryAdaptor
Deprecated Methods
Method
Description
com.sun.xml.xsom.impl.DeclarationImpl.isAnonymous()
com.sun.xml.xsom.impl.ElementDecl.listSubstitutables()
com.sun.xml.xsom.impl.parser.SAXParserFactoryAdaptor.SAXParserImpl.getParser()
com.sun.xml.xsom.impl.scd.SimpleCharStream.getColumn()
com.sun.xml.xsom.impl.scd.SimpleCharStream.getLine()
com.sun.xml.xsom.XSDeclaration.isAnonymous()
use the isGlobal method, which always returns the opposite of this function. Or the isLocal method.
com.sun.xml.xsom.XSElementDecl.listSubstitutables()
this method allocates a new array every time, so it could be inefficient when working with a large schema. Use
XSElementDecl.getSubstitutables()
instead.
com.sun.xml.xsom.XSSchema.getSourceDocument()
Since this method always returns null, if you are calling this method from
XSSchema
and not from
XSComponent
, there's something wrong with your code.
Deprecated Constructors
Constructor
Description
com.sun.xml.xsom.parser.JAXPParser()
Unsafe, use JAXPParser(factory) instead with security features initialized by setting XMLConstants.FEATURE_SECURE_PROCESSING feature.
com.sun.xml.xsom.parser.XSOMParser()
Unsafe, use XSOMParser(factory) instead with security features initialized by setting XMLConstants.FEATURE_SECURE_PROCESSING feature.