Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.eclipse.xml.editors
Class Util.CustomDomBuilder  view Util.CustomDomBuilder download Util.CustomDomBuilder.java

java.lang.Object
  extended byorg.apache.xerces.parsers.XMLParser
      extended byorg.apache.xerces.parsers.AbstractXMLDocumentParser
          extended byorg.apache.xerces.parsers.AbstractDOMParser
              extended byorg.apache.xerces.parsers.DOMBuilderImpl
                  extended bycom.port80.eclipse.xml.parser.XDomBuilder
                      extended bycom.port80.eclipse.xml.editors.Util.CustomDomBuilder
All Implemented Interfaces:
org.w3c.dom.ls.DOMBuilder, org.apache.xerces.dom3.DOMConfiguration, org.apache.xerces.xni.XMLDocumentHandler, org.apache.xerces.xni.XMLDTDContentModelHandler, org.apache.xerces.xni.XMLDTDHandler
Enclosing class:
Util

static class Util.CustomDomBuilder
extends com.port80.eclipse.xml.parser.XDomBuilder


Field Summary
 
Fields inherited from class com.port80.eclipse.xml.parser.XDomBuilder
DEFER_EXPANSION, DOCUMENT_CLASS
 
Fields inherited from class org.apache.xerces.parsers.DOMBuilderImpl
DYNAMIC_VALIDATION, fBusy, fSchemaType, NAMESPACES, NORMALIZE_DATA, PSVI_AUGMENT, SYMBOL_TABLE, VALIDATION_FEATURE, XMLSCHEMA
 
Fields inherited from class org.apache.xerces.parsers.AbstractDOMParser
abort, CORE_DOCUMENT_CLASS_NAME, CREATE_CDATA_NODES_FEATURE, CREATE_ENTITY_REF_NODES, CURRENT_ELEMENT_NODE, DEFAULT_DOCUMENT_CLASS_NAME, DEFER_NODE_EXPANSION, fBaseURIStack, fCreateCDATANodes, fCreateEntityRefNodes, fCurrentCDATASection, fCurrentCDATASectionIndex, fCurrentEntityDecl, fCurrentNode, fCurrentNodeIndex, fDeferNodeExpansion, fDeferredDocumentImpl, fDeferredEntityDecl, fDocument, fDocumentClassName, fDocumentImpl, fDocumentIndex, fDocumentType, fDocumentTypeIndex, fDOMFilter, fErrorHandler, fFilterReject, fFirstChunk, fInCDATASection, fIncludeComments, fIncludeIgnorableWhitespace, fInDTD, fInDTDExternalSubset, fInEntityRef, fInternalSubset, fNamespaceAware, fRejectedElement, fRoot, fSkippedElemStack, fStorePSVI, fStringBuffer, INCLUDE_COMMENTS_FEATURE, INCLUDE_IGNORABLE_WHITESPACE, PSVI_DOCUMENT_CLASS_NAME
 
Fields inherited from class org.apache.xerces.parsers.AbstractXMLDocumentParser
fDocumentSource, fDTDContentModelSource, fDTDSource
 
Fields inherited from class org.apache.xerces.parsers.XMLParser
ENTITY_RESOLVER, ERROR_HANDLER, fConfiguration
 
Fields inherited from interface org.w3c.dom.ls.DOMBuilder
ACTION_APPEND_AS_CHILDREN, ACTION_INSERT_AFTER, ACTION_INSERT_BEFORE, ACTION_REPLACE, ACTION_REPLACE_CHILDREN
 
Fields inherited from interface org.apache.xerces.xni.XMLDTDHandler
CONDITIONAL_IGNORE, CONDITIONAL_INCLUDE
 
Fields inherited from interface org.apache.xerces.xni.XMLDTDContentModelHandler
OCCURS_ONE_OR_MORE, OCCURS_ZERO_OR_MORE, OCCURS_ZERO_OR_ONE, SEPARATOR_CHOICE, SEPARATOR_SEQUENCE
 
Constructor Summary
(package private) Util.CustomDomBuilder()
           
 
Method Summary
protected  java.lang.ClassLoader getClassLoader()
           
 
Methods inherited from class com.port80.eclipse.xml.parser.XDomBuilder
characters, comment, doctypeDecl, endCDATA, endDocument, endDTD, endElement, endGeneralEntity, endPrefixMapping, getConfiguration, getLocator, ignorableWhitespace, processingInstruction, pushElement, setDocumentClassName, startCDATA, startDocument, startDTD, startElement, startGeneralEntity, textDecl, xmlDecl
 
Methods inherited from class org.apache.xerces.parsers.DOMBuilderImpl
canSetParameter, getAsync, getBusy, getConfig, getFilter, getParameter, parse, parseURI, parseWithContext, reset, setFilter, setParameter
 
Methods inherited from class org.apache.xerces.parsers.AbstractDOMParser
abort, attributeDecl, createAttrNode, createElementNode, elementDecl, emptyElement, endAttlist, endConditional, endExternalSubset, endParameterEntity, externalEntityDecl, getDocument, getDocumentClassName, handleBaseURI, handleBaseURI, ignoredCharacters, internalEntityDecl, notationDecl, setCharacterData, setLocale, startAttlist, startConditional, startDocument, startExternalSubset, startParameterEntity, unparsedEntityDecl
 
Methods inherited from class org.apache.xerces.parsers.AbstractXMLDocumentParser
any, element, empty, endContentModel, endGroup, getDocumentSource, getDTDContentModelSource, getDTDSource, occurrence, pcdata, separator, setDocumentSource, setDTDContentModelSource, setDTDSource, startContentModel, startGroup
 
Methods inherited from class org.apache.xerces.parsers.XMLParser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.ls.DOMBuilder
abort
 
Methods inherited from interface org.apache.xerces.dom3.DOMConfiguration
getParameterNames
 

Constructor Detail

Util.CustomDomBuilder

Util.CustomDomBuilder()
Method Detail

getClassLoader

protected java.lang.ClassLoader getClassLoader()