META-INF/
META-INF/MANIFEST.MF
LICENSE.txt
org/
org/cyberneko/
org/cyberneko/html/
org/cyberneko/html/filters/
org/cyberneko/html/parsers/
org/cyberneko/html/res/
org/cyberneko/html/HTMLAugmentations.classHTMLAugmentations.java
package org.cyberneko.html
public org.cyberneko.html.HTMLAugmentations extends java.lang.Object implements org.apache.xerces.xni.Augmentations {
protected java.util.Hashtable fItems
public void ()
public void removeAllItems ()
public void clear ()
public java.lang.Object putItem (java.lang.String, java.lang.Object)
String key
Object item
public java.lang.Object getItem (java.lang.String)
String key
public java.lang.Object removeItem (java.lang.String)
String key
public java.util.Enumeration keys ()
}
org/cyberneko/html/HTMLComponent.classHTMLComponent.java
package org.cyberneko.html
public abstract org.cyberneko.html.HTMLComponent extends java.lang.Object implements org.apache.xerces.xni.parser.XMLComponent {
public abstract java.lang.Boolean getFeatureDefault (java.lang.String)
public abstract java.lang.Object getPropertyDefault (java.lang.String)
}
org/cyberneko/html/HTMLConfiguration$ErrorReporter.classHTMLConfiguration.java
package org.cyberneko.html
public org.cyberneko.html.HTMLConfiguration$ErrorReporter extends java.lang.Object implements org.cyberneko.html.HTMLErrorReporter {
protected java.util.Locale fLastLocale
protected java.util.ResourceBundle fErrorMessages
private final org.cyberneko.html.HTMLConfiguration this$0
protected void (org.cyberneko.html.HTMLConfiguration)
public java.lang.String formatMessage (java.lang.String, java.lang.Object[])
String value
String message
java.util.MissingResourceException e
String key
Object[] args
public void reportWarning (java.lang.String, java.lang.Object[]) throws org.apache.xerces.xni.parser.XMLParseException
String key
Object[] args
public void reportError (java.lang.String, java.lang.Object[]) throws org.apache.xerces.xni.parser.XMLParseException
String key
Object[] args
protected org.apache.xerces.xni.parser.XMLParseException createException (java.lang.String, java.lang.Object[])
String key
Object[] args
String message
protected java.lang.String formatSimpleMessage (java.lang.String, java.lang.Object[])
int i
String key
Object[] args
StringBuffer str
}
org/cyberneko/html/HTMLConfiguration.classHTMLConfiguration.java
package org.cyberneko.html
public org.cyberneko.html.HTMLConfiguration extends org.apache.xerces.util.ParserConfigurationSettings implements org.apache.xerces.xni.parser.XMLPullParserConfiguration {
protected static final String NAMESPACES
protected static final String AUGMENTATIONS
protected static final String REPORT_ERRORS
protected static final String SIMPLE_ERROR_FORMAT
protected static final String BALANCE_TAGS
protected static final String NAMES_ELEMS
protected static final String NAMES_ATTRS
protected static final String FILTERS
protected static final String ERROR_REPORTER
protected static final String ERROR_DOMAIN
private static final Class[] DOCSOURCE
protected org.apache.xerces.xni.XMLDocumentHandler fDocumentHandler
protected org.apache.xerces.xni.XMLDTDHandler fDTDHandler
protected org.apache.xerces.xni.XMLDTDContentModelHandler fDTDContentModelHandler
protected org.apache.xerces.xni.parser.XMLErrorHandler fErrorHandler
protected org.apache.xerces.xni.parser.XMLEntityResolver fEntityResolver
protected java.util.Locale fLocale
protected boolean fCloseStream
protected final java.util.Vector fHTMLComponents
protected final org.cyberneko.html.HTMLScanner fDocumentScanner
protected final org.cyberneko.html.HTMLTagBalancer fTagBalancer
protected final org.cyberneko.html.filters.NamespaceBinder fNamespaceBinder
protected final org.cyberneko.html.HTMLErrorReporter fErrorReporter
protected static boolean XERCES_2_0_0
protected static boolean XERCES_2_0_1
protected static boolean XML4J_4_0_x
static Class class$org$apache$xerces$xni$parser$XMLDocumentSource
public void ()
String SYMBOL_TABLE
Object symbolTable
String VALIDATION
String[] recognizedFeatures
String[] recognizedProperties
public void pushInputSource (org.apache.xerces.xni.parser.XMLInputSource)
org.apache.xerces.xni.parser.XMLInputSource inputSource
public void evaluateInputSource (org.apache.xerces.xni.parser.XMLInputSource)
org.apache.xerces.xni.parser.XMLInputSource inputSource
public void setFeature (java.lang.String, boolean) throws org.apache.xerces.xni.parser.XMLConfigurationException
org.cyberneko.html.HTMLComponent component
int i
String featureId
boolean state
int size
public void setProperty (java.lang.String, java.lang.Object) throws org.apache.xerces.xni.parser.XMLConfigurationException
org.apache.xerces.xni.parser.XMLDocumentFilter filter
int i
org.apache.xerces.xni.parser.XMLDocumentFilter[] filters
org.cyberneko.html.HTMLComponent component
int i
String propertyId
Object value
int size
public void setDocumentHandler (org.apache.xerces.xni.XMLDocumentHandler)
org.apache.xerces.xni.XMLDocumentHandler handler
public org.apache.xerces.xni.XMLDocumentHandler getDocumentHandler ()
public void setDTDHandler (org.apache.xerces.xni.XMLDTDHandler)
org.apache.xerces.xni.XMLDTDHandler handler
public org.apache.xerces.xni.XMLDTDHandler getDTDHandler ()
public void setDTDContentModelHandler (org.apache.xerces.xni.XMLDTDContentModelHandler)
org.apache.xerces.xni.XMLDTDContentModelHandler handler
public org.apache.xerces.xni.XMLDTDContentModelHandler getDTDContentModelHandler ()
public void setErrorHandler (org.apache.xerces.xni.parser.XMLErrorHandler)
org.apache.xerces.xni.parser.XMLErrorHandler handler
public org.apache.xerces.xni.parser.XMLErrorHandler getErrorHandler ()
public void setEntityResolver (org.apache.xerces.xni.parser.XMLEntityResolver)
org.apache.xerces.xni.parser.XMLEntityResolver resolver
public org.apache.xerces.xni.parser.XMLEntityResolver getEntityResolver ()
public void setLocale (java.util.Locale)
java.util.Locale locale
public java.util.Locale getLocale ()
public void parse (org.apache.xerces.xni.parser.XMLInputSource) throws org.apache.xerces.xni.XNIException java.io.IOException
org.apache.xerces.xni.parser.XMLInputSource source
public void setInputSource (org.apache.xerces.xni.parser.XMLInputSource) throws org.apache.xerces.xni.parser.XMLConfigurationException java.io.IOException
org.apache.xerces.xni.parser.XMLInputSource inputSource
public boolean parse (boolean) throws org.apache.xerces.xni.XNIException java.io.IOException
boolean more
org.apache.xerces.xni.XNIException e
java.io.IOException e
boolean complete
public void cleanup ()
protected void addComponent (org.cyberneko.html.HTMLComponent)
Boolean state
int i
Object value
int i
org.cyberneko.html.HTMLComponent component
String[] features
int featureCount
String[] properties
int propertyCount
protected void reset () throws org.apache.xerces.xni.parser.XMLConfigurationException
org.cyberneko.html.HTMLComponent component
int i
java.lang.reflect.Method filterMethod
IllegalAccessException e
java.lang.reflect.InvocationTargetException e
NoSuchMethodException e
org.apache.xerces.xni.parser.XMLDocumentFilter filter
Class filterClass
int i
int size
org.apache.xerces.xni.parser.XMLDocumentSource lastSource
org.apache.xerces.xni.parser.XMLDocumentFilter[] filters
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
static void ()
String VERSION
Object version
java.lang.reflect.Field field
String versionStr
Throwable e
}
org/cyberneko/html/HTMLElements$Element.classHTMLElements.java
package org.cyberneko.html
public org.cyberneko.html.HTMLElements$Element extends java.lang.Object {
public static final int INLINE
public static final int BLOCK
public static final int EMPTY
public static final int CONTAINER
public static final int SPECIAL
public short code
public String name
public int flags
public short[] parentCodes
public org.cyberneko.html.HTMLElements$Element[] parent
public short bounds
public short[] closes
public void (short, java.lang.String, int, short, short[])
short code
String name
int flags
short parent
short[] closes
public void (short, java.lang.String, int, short, short, short[])
short code
String name
int flags
short parent
short bounds
short[] closes
public void (short, java.lang.String, int, short[], short[])
short code
String name
int flags
short[] parents
short[] closes
public void (short, java.lang.String, int, short[], short, short[])
short code
String name
int flags
short[] parents
short bounds
short[] closes
public final boolean isInline ()
public final boolean isBlock ()
public final boolean isEmpty ()
public final boolean isContainer ()
public final boolean isSpecial ()
public boolean closes (short)
int i
short tag
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
}
org/cyberneko/html/HTMLElements$ElementList.classHTMLElements.java
package org.cyberneko.html
public org.cyberneko.html.HTMLElements$ElementList extends java.lang.Object {
public int size
public org.cyberneko.html.HTMLElements$Element[] data
public void ()
public void addElement (org.cyberneko.html.HTMLElements$Element)
org.cyberneko.html.HTMLElements$Element[] newarray
org.cyberneko.html.HTMLElements$Element element
}
org/cyberneko/html/HTMLElements.classHTMLElements.java
package org.cyberneko.html
public org.cyberneko.html.HTMLElements extends java.lang.Object {
public static final short A
public static final short ABBR
public static final short ACRONYM
public static final short ADDRESS
public static final short APPLET
public static final short AREA
public static final short B
public static final short BASE
public static final short BASEFONT
public static final short BDO
public static final short BGSOUND
public static final short BIG
public static final short BLINK
public static final short BLOCKQUOTE
public static final short BODY
public static final short BR
public static final short BUTTON
public static final short CAPTION
public static final short CENTER
public static final short CITE
public static final short CODE
public static final short COL
public static final short COLGROUP
public static final short COMMENT
public static final short DEL
public static final short DFN
public static final short DIR
public static final short DIV
public static final short DD
public static final short DL
public static final short DT
public static final short EM
public static final short EMBED
public static final short FIELDSET
public static final short FONT
public static final short FORM
public static final short FRAME
public static final short FRAMESET
public static final short H1
public static final short H2
public static final short H3
public static final short H4
public static final short H5
public static final short H6
public static final short HEAD
public static final short HR
public static final short HTML
public static final short I
public static final short IFRAME
public static final short ILAYER
public static final short IMG
public static final short INPUT
public static final short INS
public static final short ISINDEX
public static final short KBD
public static final short KEYGEN
public static final short LABEL
public static final short LAYER
public static final short LEGEND
public static final short LI
public static final short LINK
public static final short LISTING
public static final short MAP
public static final short MARQUEE
public static final short MENU
public static final short META
public static final short MULTICOL
public static final short NEXTID
public static final short NOBR
public static final short NOEMBED
public static final short NOFRAMES
public static final short NOLAYER
public static final short NOSCRIPT
public static final short OBJECT
public static final short OL
public static final short OPTION
public static final short OPTGROUP
public static final short P
public static final short PARAM
public static final short PLAINTEXT
public static final short PRE
public static final short Q
public static final short RB
public static final short RBC
public static final short RP
public static final short RT
public static final short RTC
public static final short RUBY
public static final short S
public static final short SAMP
public static final short SCRIPT
public static final short SELECT
public static final short SMALL
public static final short SOUND
public static final short SPACER
public static final short SPAN
public static final short STRIKE
public static final short STRONG
public static final short STYLE
public static final short SUB
public static final short SUP
public static final short TABLE
public static final short TBODY
public static final short TD
public static final short TEXTAREA
public static final short TFOOT
public static final short TH
public static final short THEAD
public static final short TITLE
public static final short TR
public static final short TT
public static final short U
public static final short UL
public static final short VAR
public static final short WBR
public static final short XML
public static final short XMP
public static final short UNKNOWN
protected static final org.cyberneko.html.HTMLElements$Element[][] ELEMENTS_ARRAY
protected static final org.cyberneko.html.HTMLElements$ElementList ELEMENTS
public static final org.cyberneko.html.HTMLElements$Element NO_SUCH_ELEMENT
public void ()
public static final org.cyberneko.html.HTMLElements$Element getElement (short)
short code
public static final org.cyberneko.html.HTMLElements$Element getElement (java.lang.String)
String ename
public static final org.cyberneko.html.HTMLElements$Element getElement (java.lang.String, org.cyberneko.html.HTMLElements$Element)
org.cyberneko.html.HTMLElements$Element elem
int i
org.cyberneko.html.HTMLElements$Element[] elements
int c
String ename
org.cyberneko.html.HTMLElements$Element element
static void ()
org.cyberneko.html.HTMLElements$Element element
int j
org.cyberneko.html.HTMLElements$Element[] elements
int i
int j
org.cyberneko.html.HTMLElements$Element element
int i
}
org/cyberneko/html/HTMLEntities$IntProperties$Entry.classHTMLEntities.java
package org.cyberneko.html
org.cyberneko.html.HTMLEntities$IntProperties$Entry extends java.lang.Object {
public int key
public String value
public org.cyberneko.html.HTMLEntities$IntProperties$Entry next
public void (int, java.lang.String, org.cyberneko.html.HTMLEntities$IntProperties$Entry)
int key
String value
org.cyberneko.html.HTMLEntities$IntProperties$Entry next
}
org/cyberneko/html/HTMLEntities$IntProperties.classHTMLEntities.java
package org.cyberneko.html
org.cyberneko.html.HTMLEntities$IntProperties extends java.lang.Object {
private org.cyberneko.html.HTMLEntities$IntProperties$Entry[] entries
void ()
public void put (int, java.lang.String)
int key
String value
int hash
org.cyberneko.html.HTMLEntities$IntProperties$Entry entry
public java.lang.String get (int)
int key
int hash
org.cyberneko.html.HTMLEntities$IntProperties$Entry entry
}
org/cyberneko/html/HTMLEntities.classHTMLEntities.java
package org.cyberneko.html
public org.cyberneko.html.HTMLEntities extends java.lang.Object {
protected static final java.util.Properties ENTITIES
protected static final org.cyberneko.html.HTMLEntities$IntProperties SEITITNE
static Class class$org$cyberneko$html$HTMLEntities
public void ()
public static int get (java.lang.String)
String name
String value
public static java.lang.String get (int)
int c
private static void load0 (java.lang.String)
java.io.IOException e
String filename
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
static void ()
int ivalue
String key
String value
java.util.Enumeration keys
}
org/cyberneko/html/HTMLErrorReporter.classHTMLErrorReporter.java
package org.cyberneko.html
public abstract org.cyberneko.html.HTMLErrorReporter extends java.lang.Object {
public abstract java.lang.String formatMessage (java.lang.String, java.lang.Object[])
public abstract void reportWarning (java.lang.String, java.lang.Object[]) throws org.apache.xerces.xni.parser.XMLParseException
public abstract void reportError (java.lang.String, java.lang.Object[]) throws org.apache.xerces.xni.parser.XMLParseException
}
org/cyberneko/html/HTMLEventInfo$SynthesizedItem.classHTMLEventInfo.java
package org.cyberneko.html
public org.cyberneko.html.HTMLEventInfo$SynthesizedItem extends java.lang.Object implements org.cyberneko.html.HTMLEventInfo {
public void ()
public int getBeginLineNumber ()
public int getBeginColumnNumber ()
public int getEndLineNumber ()
public int getEndColumnNumber ()
public boolean isSynthesized ()
public java.lang.String toString ()
}
org/cyberneko/html/HTMLEventInfo.classHTMLEventInfo.java
package org.cyberneko.html
public abstract org.cyberneko.html.HTMLEventInfo extends java.lang.Object {
public abstract int getBeginLineNumber ()
public abstract int getBeginColumnNumber ()
public abstract int getEndLineNumber ()
public abstract int getEndColumnNumber ()
public abstract boolean isSynthesized ()
}
org/cyberneko/html/HTMLScanner$ContentScanner.classHTMLScanner.java
package org.cyberneko.html
public org.cyberneko.html.HTMLScanner$ContentScanner extends java.lang.Object implements org.cyberneko.html.HTMLScanner$Scanner {
private final org.apache.xerces.xni.QName fQName
private final org.apache.xerces.util.XMLAttributesImpl fAttributes
private final org.cyberneko.html.HTMLScanner this$0
public void (org.cyberneko.html.HTMLScanner)
public boolean scan (boolean) throws java.io.IOException
int c
String ename
int c
Class cls
Class[] types
java.lang.reflect.Method method
org.apache.xerces.xni.NamespaceContext nscontext
Object[] params
IllegalAccessException e
java.lang.reflect.InvocationTargetException e
Class cls
Class[] types
java.lang.reflect.Method method
Object[] params
IllegalAccessException ex
java.lang.reflect.InvocationTargetException ex
NoSuchMethodException ex
NoSuchMethodException e
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.Augmentations augs
String root
String pubid
String sysid
java.io.EOFException e
boolean complete
boolean next
protected void scanCharacters () throws java.io.IOException
int i
char c
int newlines
int offset
protected void scanCDATA () throws java.io.IOException
boolean eof
protected void scanComment () throws java.io.IOException
boolean eof
protected boolean scanMarkupContent (org.apache.xerces.util.XMLStringBuffer, char) throws java.io.IOException
int i
int i
int count
int i
int newlines
org.apache.xerces.util.XMLStringBuffer buffer
char cend
int c
protected void scanPI () throws java.io.IOException
int c
char c0
int c
org.apache.xerces.xni.XMLString data
String version
String encoding
String standalone
int beginLineNumber
int beginColumnNumber
int aindex
String target
protected java.lang.String scanStartElement (boolean[]) throws java.io.IOException
String ianaEncoding
String javaEncoding
java.io.UnsupportedEncodingException e
int index2
String charset
String content
int index1
String httpEquiv
org.cyberneko.html.HTMLElements$Element element
boolean[] empty
String ename
int length
int c
int beginLineNumber
int beginColumnNumber
protected boolean scanAttribute (org.apache.xerces.util.XMLAttributesImpl, boolean[]) throws java.io.IOException
org.apache.xerces.util.XMLAttributesImpl attributes
boolean[] empty
protected boolean scanPseudoAttribute (org.apache.xerces.util.XMLAttributesImpl) throws java.io.IOException
org.apache.xerces.util.XMLAttributesImpl attributes
protected boolean scanAttribute (org.apache.xerces.util.XMLAttributesImpl, boolean[], char) throws java.io.IOException
int ce
String avalue
int lastattr
int ce
int c2
boolean acceptSpace
char quote
boolean isStart
boolean prevSpace
String avalue
int lastattr
org.apache.xerces.util.XMLAttributesImpl attributes
boolean[] empty
char endc
boolean skippedSpaces
int c
String aname
protected void addLocationItem (org.apache.xerces.xni.XMLAttributes, int)
org.apache.xerces.xni.XMLAttributes attributes
int index
org.cyberneko.html.HTMLScanner$LocationItem locationItem
org.apache.xerces.xni.Augmentations augs
protected void scanEndElement () throws java.io.IOException
String ename
}
org/cyberneko/html/HTMLScanner$CurrentEntity.classHTMLScanner.java
package org.cyberneko.html
public org.cyberneko.html.HTMLScanner$CurrentEntity extends java.lang.Object {
public java.io.Reader stream
public String encoding
public String publicId
public String baseSystemId
public String literalSystemId
public String expandedSystemId
public String version
public int lineNumber
public int columnNumber
public int charOffset
public char[] buffer
public int offset
public int length
public void (java.io.Reader, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
java.io.Reader stream
String encoding
String publicId
String baseSystemId
String literalSystemId
String expandedSystemId
}
org/cyberneko/html/HTMLScanner$LocationItem.classHTMLScanner.java
package org.cyberneko.html
public org.cyberneko.html.HTMLScanner$LocationItem extends java.lang.Object implements org.cyberneko.html.HTMLEventInfo {
protected int fBeginLineNumber
protected int fBeginColumnNumber
protected int fEndLineNumber
protected int fEndColumnNumber
protected void ()
public void setValues (int, int, int, int)
int beginLine
int beginColumn
int endLine
int endColumn
public int getBeginLineNumber ()
public int getBeginColumnNumber ()
public int getEndLineNumber ()
public int getEndColumnNumber ()
public boolean isSynthesized ()
public java.lang.String toString ()
StringBuffer str
}
org/cyberneko/html/HTMLScanner$PlaybackInputStream.classHTMLScanner.java
package org.cyberneko.html
public org.cyberneko.html.HTMLScanner$PlaybackInputStream extends java.io.FilterInputStream {
private static final boolean DEBUG_PLAYBACK
protected boolean fPlayback
protected boolean fCleared
protected boolean fDetected
protected byte[] fByteBuffer
protected int fByteOffset
protected int fByteLength
public int fPushbackOffset
public int fPushbackLength
public void (java.io.InputStream)
java.io.InputStream in
public void detectEncoding (java.lang.String[]) throws java.io.IOException
int b3
String[] encodings
int b1
int b2
public void playback ()
public void clear ()
public int read () throws java.io.IOException
int c
byte[] newarray
int c
public int read (byte[]) throws java.io.IOException
byte[] array
public int read (byte[], int, int) throws java.io.IOException
int count
byte[] newarray
byte[] array
int offset
int length
int count
}
org/cyberneko/html/HTMLScanner$Scanner.classHTMLScanner.java
package org.cyberneko.html
public abstract org.cyberneko.html.HTMLScanner$Scanner extends java.lang.Object {
public abstract boolean scan (boolean) throws java.io.IOException
}
org/cyberneko/html/HTMLScanner$SpecialScanner.classHTMLScanner.java
package org.cyberneko.html
public org.cyberneko.html.HTMLScanner$SpecialScanner extends java.lang.Object implements org.cyberneko.html.HTMLScanner$Scanner {
protected String fElementName
protected boolean fScript
protected boolean fStyle
protected boolean fTextarea
protected boolean fTitle
private final org.apache.xerces.xni.QName fQName
private final org.apache.xerces.util.XMLStringBuffer fStringBuffer
private final org.cyberneko.html.HTMLScanner this$0
public void (org.cyberneko.html.HTMLScanner)
public org.cyberneko.html.HTMLScanner$Scanner setElementName (java.lang.String)
String ename
public boolean scan (boolean) throws java.io.IOException
int c
boolean strip
boolean strip
String ename
int delimiter
int c
java.io.EOFException e
boolean complete
boolean next
protected void scanCharacters (org.apache.xerces.util.XMLStringBuffer, int) throws java.io.IOException
int i
int newlines
int i
int newlines
int stringChar
int i
int count
int c
org.apache.xerces.util.XMLStringBuffer buffer
int delimiter
boolean strip
}
org/cyberneko/html/HTMLScanner.classHTMLScanner.java
package org.cyberneko.html
public org.cyberneko.html.HTMLScanner extends java.lang.Object implements org.apache.xerces.xni.parser.XMLDocumentScanner org.apache.xerces.xni.XMLLocator org.cyberneko.html.HTMLComponent {
public static final String HTML_4_01_STRICT_PUBID
public static final String HTML_4_01_STRICT_SYSID
public static final String HTML_4_01_TRANSITIONAL_PUBID
public static final String HTML_4_01_TRANSITIONAL_SYSID
public static final String HTML_4_01_FRAMESET_PUBID
public static final String HTML_4_01_FRAMESET_SYSID
protected static final String AUGMENTATIONS
protected static final String REPORT_ERRORS
public static final String NOTIFY_CHAR_REFS
public static final String NOTIFY_XML_BUILTIN_REFS
public static final String NOTIFY_HTML_BUILTIN_REFS
public static final String FIX_MSWINDOWS_REFS
public static final String SCRIPT_STRIP_COMMENT_DELIMS
public static final String SCRIPT_STRIP_CDATA_DELIMS
public static final String STYLE_STRIP_COMMENT_DELIMS
public static final String STYLE_STRIP_CDATA_DELIMS
public static final String IGNORE_SPECIFIED_CHARSET
public static final String CDATA_SECTIONS
public static final String OVERRIDE_DOCTYPE
public static final String INSERT_DOCTYPE
protected static final String NORMALIZE_ATTRIBUTES
private static final String[] RECOGNIZED_FEATURES
private static final Boolean[] RECOGNIZED_FEATURES_DEFAULTS
protected static final String NAMES_ELEMS
protected static final String NAMES_ATTRS
protected static final String DEFAULT_ENCODING
protected static final String ERROR_REPORTER
protected static final String DOCTYPE_PUBID
protected static final String DOCTYPE_SYSID
private static final String[] RECOGNIZED_PROPERTIES
private static final Object[] RECOGNIZED_PROPERTIES_DEFAULTS
protected static final short STATE_CONTENT
protected static final short STATE_MARKUP_BRACKET
protected static final short STATE_START_DOCUMENT
protected static final short STATE_END_DOCUMENT
protected static final short NAMES_NO_CHANGE
protected static final short NAMES_UPPERCASE
protected static final short NAMES_LOWERCASE
protected static final int DEFAULT_BUFFER_SIZE
private static final boolean DEBUG_SCANNER
private static final boolean DEBUG_SCANNER_STATE
private static final boolean DEBUG_BUFFER
private static final boolean DEBUG_CHARSET
protected static final boolean DEBUG_CALLBACKS
protected static final org.cyberneko.html.HTMLEventInfo SYNTHESIZED_ITEM
protected boolean fAugmentations
protected boolean fReportErrors
protected boolean fNotifyCharRefs
protected boolean fNotifyXmlBuiltinRefs
protected boolean fNotifyHtmlBuiltinRefs
protected boolean fFixWindowsCharRefs
protected boolean fScriptStripCDATADelims
protected boolean fScriptStripCommentDelims
protected boolean fStyleStripCDATADelims
protected boolean fStyleStripCommentDelims
protected boolean fIgnoreSpecifiedCharset
protected boolean fCDATASections
protected boolean fOverrideDoctype
protected boolean fInsertDoctype
protected boolean fNormalizeAttributes
protected short fNamesElems
protected short fNamesAttrs
protected String fDefaultIANAEncoding
protected org.cyberneko.html.HTMLErrorReporter fErrorReporter
protected String fDoctypePubid
protected String fDoctypeSysid
protected int fBeginLineNumber
protected int fBeginColumnNumber
protected int fEndLineNumber
protected int fEndColumnNumber
protected org.cyberneko.html.HTMLScanner$PlaybackInputStream fByteStream
protected org.cyberneko.html.HTMLScanner$CurrentEntity fCurrentEntity
protected final java.util.Stack fCurrentEntityStack
protected org.cyberneko.html.HTMLScanner$Scanner fScanner
protected short fScannerState
protected org.apache.xerces.xni.XMLDocumentHandler fDocumentHandler
protected String fIANAEncoding
protected String fJavaEncoding
protected boolean fIso8859Encoding
protected int fElementCount
protected int fElementDepth
protected org.cyberneko.html.HTMLScanner$Scanner fContentScanner
protected org.cyberneko.html.HTMLScanner$SpecialScanner fSpecialScanner
protected final org.apache.xerces.xni.XMLString fString
protected final org.apache.xerces.util.XMLStringBuffer fStringBuffer
private final org.apache.xerces.util.XMLStringBuffer fStringBuffer2
private final org.apache.xerces.util.XMLStringBuffer fNonNormAttr
private final org.cyberneko.html.HTMLAugmentations fInfosetAugs
private final org.cyberneko.html.HTMLScanner$LocationItem fLocationItem
private final boolean[] fSingleBoolean
private final org.apache.xerces.util.XMLResourceIdentifierImpl fResourceId
static Class class$org$apache$xerces$xni$XMLLocator
static Class class$java$lang$String
static Class class$org$apache$xerces$xni$NamespaceContext
static Class class$org$apache$xerces$xni$Augmentations
public void ()
public void pushInputSource (org.apache.xerces.xni.parser.XMLInputSource)
org.apache.xerces.xni.parser.XMLInputSource inputSource
java.io.Reader reader
String encoding
String publicId
String baseSystemId
String literalSystemId
String expandedSystemId
private java.io.Reader getReader (org.apache.xerces.xni.parser.XMLInputSource)
java.io.UnsupportedEncodingException e
org.apache.xerces.xni.parser.XMLInputSource inputSource
java.io.Reader reader
public void evaluateInputSource (org.apache.xerces.xni.parser.XMLInputSource)
java.io.IOException e
org.apache.xerces.xni.parser.XMLInputSource inputSource
java.io.Reader reader
String encoding
String publicId
String baseSystemId
String literalSystemId
String expandedSystemId
public void cleanup (boolean)
java.io.IOException e
java.io.IOException e
int i
java.io.IOException e
boolean closeall
int size
public java.lang.String getEncoding ()
public java.lang.String getPublicId ()
public java.lang.String getBaseSystemId ()
public java.lang.String getLiteralSystemId ()
public java.lang.String getExpandedSystemId ()
public int getLineNumber ()
public int getColumnNumber ()
public java.lang.String getXMLVersion ()
public int getCharacterOffset ()
public java.lang.Boolean getFeatureDefault (java.lang.String)
int i
String featureId
int length
public java.lang.Object getPropertyDefault (java.lang.String)
int i
String propertyId
int length
public java.lang.String[] getRecognizedFeatures ()
public java.lang.String[] getRecognizedProperties ()
public void reset (org.apache.xerces.xni.parser.XMLComponentManager) throws org.apache.xerces.xni.parser.XMLConfigurationException
org.apache.xerces.xni.parser.XMLComponentManager manager
public void setFeature (java.lang.String, boolean) throws org.apache.xerces.xni.parser.XMLConfigurationException
String featureId
boolean state
public void setProperty (java.lang.String, java.lang.Object) throws org.apache.xerces.xni.parser.XMLConfigurationException
String propertyId
Object value
public void setInputSource (org.apache.xerces.xni.parser.XMLInputSource) throws java.io.IOException
java.net.URL url
java.io.InputStream inputStream
String[] encodings
org.apache.xerces.xni.parser.XMLInputSource source
String encoding
String publicId
String baseSystemId
String literalSystemId
String expandedSystemId
java.io.Reader reader
public boolean scanDocument (boolean) throws org.apache.xerces.xni.XNIException java.io.IOException
boolean complete
public void setDocumentHandler (org.apache.xerces.xni.XMLDocumentHandler)
org.apache.xerces.xni.XMLDocumentHandler handler
public org.apache.xerces.xni.XMLDocumentHandler getDocumentHandler ()
protected static java.lang.String getValue (org.apache.xerces.xni.XMLAttributes, java.lang.String)
int i
org.apache.xerces.xni.XMLAttributes attrs
String aname
int length
public static java.lang.String expandSystemId (java.lang.String, java.lang.String)
org.apache.xerces.util.URI uri
org.apache.xerces.util.URI$MalformedURIException e
SecurityException se
String dir
SecurityException se
String dir
org.apache.xerces.util.URI$MalformedURIException e
org.apache.xerces.util.URI$MalformedURIException e
String systemId
String baseSystemId
String id
org.apache.xerces.util.URI base
org.apache.xerces.util.URI uri
protected static java.lang.String fixURI (java.lang.String)
char ch0
char ch1
String str
protected static final java.lang.String modifyName (java.lang.String, short)
String name
short mode
protected static final short getNamesValue (java.lang.String)
String value
protected int fixWindowsCharacter (int)
int origChar
protected int read () throws java.io.IOException
int c
protected int load (int) throws java.io.IOException
int adjust
char[] array
int offset
int count
protected void setScanner (org.cyberneko.html.HTMLScanner$Scanner)
org.cyberneko.html.HTMLScanner$Scanner scanner
protected void setScannerState (short)
short state
protected void scanDoctype () throws java.io.IOException
String root
String pubid
String sysid
int c
protected java.lang.String scanLiteral () throws java.io.IOException
StringBuffer str
int c
int quote
protected java.lang.String scanName () throws java.io.IOException
char c
int length
int count
int offset
int length
String name
protected int scanEntityRef (org.apache.xerces.util.XMLStringBuffer, boolean) throws java.io.IOException
int c
org.apache.xerces.xni.XMLResourceIdentifier id
String encoding
NumberFormatException e
int value
org.apache.xerces.xni.XMLResourceIdentifier id
String encoding
boolean notify
org.apache.xerces.util.XMLStringBuffer str
boolean content
String name
int c
protected boolean skip (java.lang.String, boolean) throws java.io.IOException
char c0
char c1
int i
String s
boolean caseSensitive
int length
protected boolean skipMarkup (boolean) throws java.io.IOException
char c
boolean balance
int depth
boolean slashgt
protected boolean skipSpaces () throws java.io.IOException
char c
boolean spaces
protected int skipNewlines () throws java.io.IOException
protected int skipNewlines (int) throws java.io.IOException
int maxlines
char c
int newlines
int offset
protected final org.apache.xerces.xni.Augmentations locationAugs ()
org.cyberneko.html.HTMLAugmentations augs
protected final org.apache.xerces.xni.Augmentations synthesizedAugs ()
org.cyberneko.html.HTMLAugmentations augs
protected final org.apache.xerces.xni.XMLResourceIdentifier resourceId ()
protected static boolean builtinXmlRef (java.lang.String)
String name
private void printBuffer ()
boolean isEncodingCompatible (java.lang.String, java.lang.String)
int i
byte[] bytesEncoding1
byte[] bytesEncoding2
java.io.UnsupportedEncodingException e
String encoding1
String encoding2
String reference
static boolean[] access$000 (org.cyberneko.html.HTMLScanner)
org.cyberneko.html.HTMLScanner x0
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
static org.apache.xerces.util.XMLStringBuffer access$100 (org.cyberneko.html.HTMLScanner)
org.cyberneko.html.HTMLScanner x0
static org.apache.xerces.util.XMLStringBuffer access$200 (org.cyberneko.html.HTMLScanner)
org.cyberneko.html.HTMLScanner x0
static void ()
}
org/cyberneko/html/HTMLTagBalancer$Info.classHTMLTagBalancer.java
package org.cyberneko.html
public org.cyberneko.html.HTMLTagBalancer$Info extends java.lang.Object {
public org.cyberneko.html.HTMLElements$Element element
public org.apache.xerces.xni.QName qname
public org.apache.xerces.xni.XMLAttributes attributes
public void (org.cyberneko.html.HTMLElements$Element, org.apache.xerces.xni.QName)
org.cyberneko.html.HTMLElements$Element element
org.apache.xerces.xni.QName qname
public void (org.cyberneko.html.HTMLElements$Element, org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes)
String type
String value
String nonNormalizedValue
boolean specified
int i
org.apache.xerces.xni.QName aqname
org.apache.xerces.xni.XMLAttributes newattrs
int length
org.cyberneko.html.HTMLElements$Element element
org.apache.xerces.xni.QName qname
org.apache.xerces.xni.XMLAttributes attributes
}
org/cyberneko/html/HTMLTagBalancer$InfoStack.classHTMLTagBalancer.java
package org.cyberneko.html
public org.cyberneko.html.HTMLTagBalancer$InfoStack extends java.lang.Object {
public int top
public org.cyberneko.html.HTMLTagBalancer$Info[] data
public void ()
public void push (org.cyberneko.html.HTMLTagBalancer$Info)
org.cyberneko.html.HTMLTagBalancer$Info[] newarray
org.cyberneko.html.HTMLTagBalancer$Info info
public org.cyberneko.html.HTMLTagBalancer$Info peek ()
public org.cyberneko.html.HTMLTagBalancer$Info pop ()
}
org/cyberneko/html/HTMLTagBalancer.classHTMLTagBalancer.java
package org.cyberneko.html
public org.cyberneko.html.HTMLTagBalancer extends java.lang.Object implements org.apache.xerces.xni.parser.XMLDocumentFilter org.cyberneko.html.HTMLComponent {
protected static final String NAMESPACES
protected static final String AUGMENTATIONS
protected static final String REPORT_ERRORS
protected static final String DOCUMENT_FRAGMENT_DEPRECATED
protected static final String DOCUMENT_FRAGMENT
protected static final String IGNORE_OUTSIDE_CONTENT
private static final String[] RECOGNIZED_FEATURES
private static final Boolean[] RECOGNIZED_FEATURES_DEFAULTS
protected static final String NAMES_ELEMS
protected static final String NAMES_ATTRS
protected static final String ERROR_REPORTER
private static final String[] RECOGNIZED_PROPERTIES
private static final Object[] RECOGNIZED_PROPERTIES_DEFAULTS
protected static final short NAMES_NO_CHANGE
protected static final short NAMES_MATCH
protected static final short NAMES_UPPERCASE
protected static final short NAMES_LOWERCASE
protected static final org.cyberneko.html.HTMLEventInfo SYNTHESIZED_ITEM
protected boolean fNamespaces
protected boolean fAugmentations
protected boolean fReportErrors
protected boolean fDocumentFragment
protected boolean fIgnoreOutsideContent
protected short fNamesElems
protected short fNamesAttrs
protected org.cyberneko.html.HTMLErrorReporter fErrorReporter
protected org.apache.xerces.xni.parser.XMLDocumentSource fDocumentSource
protected org.apache.xerces.xni.XMLDocumentHandler fDocumentHandler
protected final org.cyberneko.html.HTMLTagBalancer$InfoStack fElementStack
protected final org.cyberneko.html.HTMLTagBalancer$InfoStack fInlineStack
protected boolean fSeenAnything
protected boolean fSeenDoctype
protected boolean fSeenRootElement
protected boolean fSeenRootElementEnd
protected boolean fSeenHeadElement
protected boolean fSeenBodyElement
protected boolean fOpenedForm
private final org.apache.xerces.xni.QName fQName
private final org.apache.xerces.xni.XMLAttributes fEmptyAttrs
private final org.cyberneko.html.HTMLAugmentations fInfosetAugs
protected org.cyberneko.html.HTMLTagBalancingListener tagBalancingListener
static Class class$org$apache$xerces$xni$XMLLocator
static Class class$java$lang$String
static Class class$org$apache$xerces$xni$NamespaceContext
static Class class$org$apache$xerces$xni$Augmentations
public void ()
public java.lang.Boolean getFeatureDefault (java.lang.String)
int i
String featureId
int length
public java.lang.Object getPropertyDefault (java.lang.String)
int i
String propertyId
int length
public java.lang.String[] getRecognizedFeatures ()
public java.lang.String[] getRecognizedProperties ()
public void reset (org.apache.xerces.xni.parser.XMLComponentManager) throws org.apache.xerces.xni.parser.XMLConfigurationException
org.apache.xerces.xni.parser.XMLComponentManager manager
public void setFeature (java.lang.String, boolean) throws org.apache.xerces.xni.parser.XMLConfigurationException
String featureId
boolean state
public void setProperty (java.lang.String, java.lang.Object) throws org.apache.xerces.xni.parser.XMLConfigurationException
String propertyId
Object value
public void setDocumentHandler (org.apache.xerces.xni.XMLDocumentHandler)
org.apache.xerces.xni.XMLDocumentHandler handler
public org.apache.xerces.xni.XMLDocumentHandler getDocumentHandler ()
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.NamespaceContext, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
Class cls
Class[] types
java.lang.reflect.Method method
Object[] params
IllegalAccessException e
java.lang.reflect.InvocationTargetException e
Class cls
Class[] types
java.lang.reflect.Method method
Object[] params
IllegalAccessException ex
java.lang.reflect.InvocationTargetException ex
NoSuchMethodException ex
NoSuchMethodException e
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.NamespaceContext nscontext
org.apache.xerces.xni.Augmentations augs
public void xmlDecl (java.lang.String, java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String version
String encoding
String standalone
org.apache.xerces.xni.Augmentations augs
public void doctypeDecl (java.lang.String, java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String rootElementName
String publicId
String systemId
org.apache.xerces.xni.Augmentations augs
public void endDocument (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String ename
String ename
org.cyberneko.html.HTMLTagBalancer$Info info
int i
int length
org.apache.xerces.xni.Augmentations augs
public void comment (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void processingInstruction (java.lang.String, org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String target
org.apache.xerces.xni.XMLString data
org.apache.xerces.xni.Augmentations augs
public void startElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String ename
String pname
org.apache.xerces.xni.QName qname
String ename
org.apache.xerces.xni.QName qname
String pname
int pdepth
int depth
org.cyberneko.html.HTMLElements$Element pelement
org.cyberneko.html.HTMLTagBalancer$Info info
int i
int length
String ename
String iname
int j
int j
org.cyberneko.html.HTMLTagBalancer$Info info
boolean container
boolean parent
int i
int length
boolean inline
org.cyberneko.html.HTMLTagBalancer$Info info
int i
org.apache.xerces.xni.QName elem
org.apache.xerces.xni.XMLAttributes attrs
org.apache.xerces.xni.Augmentations augs
org.cyberneko.html.HTMLElements$Element element
int depth
public void emptyElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName elem
org.apache.xerces.xni.XMLAttributes attrs
org.apache.xerces.xni.Augmentations augs
public void startGeneralEntity (java.lang.String, org.apache.xerces.xni.XMLResourceIdentifier, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String hname
String bname
org.cyberneko.html.HTMLTagBalancer$Info info
String ename
boolean insertBody
String name
org.apache.xerces.xni.XMLResourceIdentifier id
String encoding
org.apache.xerces.xni.Augmentations augs
public void textDecl (java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String version
String encoding
org.apache.xerces.xni.Augmentations augs
public void endGeneralEntity (java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String name
org.apache.xerces.xni.Augmentations augs
public void startCDATA (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
public void endCDATA (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
public void characters (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
int i
String ename
String hname
String bname
org.cyberneko.html.HTMLTagBalancer$Info info
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
boolean whitespace
public void ignorableWhitespace (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void endElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.cyberneko.html.HTMLTagBalancer$Info info
org.cyberneko.html.HTMLElements$Element pelem
int i
int size
String ename
String iname
org.cyberneko.html.HTMLTagBalancer$Info info
int i
String iname
org.cyberneko.html.HTMLTagBalancer$Info info
org.apache.xerces.xni.XMLAttributes attributes
int i
int size
org.apache.xerces.xni.QName element
org.apache.xerces.xni.Augmentations augs
org.cyberneko.html.HTMLElements$Element elem
int depth
public void setDocumentSource (org.apache.xerces.xni.parser.XMLDocumentSource)
org.apache.xerces.xni.parser.XMLDocumentSource source
public org.apache.xerces.xni.parser.XMLDocumentSource getDocumentSource ()
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.Augmentations augs
public void startPrefixMapping (java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
java.lang.reflect.Method method
Object[] args
NoSuchMethodException e
IllegalAccessException e
java.lang.reflect.InvocationTargetException e
Class cls
Class[] types
String prefix
String uri
org.apache.xerces.xni.Augmentations augs
public void endPrefixMapping (java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
java.lang.reflect.Method method
Object[] args
NoSuchMethodException e
IllegalAccessException e
java.lang.reflect.InvocationTargetException e
Class cls
Class[] types
String prefix
org.apache.xerces.xni.Augmentations augs
protected org.cyberneko.html.HTMLElements$Element getElement (java.lang.String)
int index
String name
protected final void callStartElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attrs
org.apache.xerces.xni.Augmentations augs
protected final void callEndElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.Augmentations augs
protected final int getElementDepth (org.cyberneko.html.HTMLElements$Element)
org.cyberneko.html.HTMLTagBalancer$Info info
int i
org.cyberneko.html.HTMLElements$Element element
boolean container
int depth
protected int getParentDepth (org.cyberneko.html.HTMLElements$Element[], short)
int j
org.cyberneko.html.HTMLTagBalancer$Info info
int i
org.cyberneko.html.HTMLElements$Element[] parents
short bounds
protected final org.apache.xerces.xni.XMLAttributes emptyAttributes ()
protected final org.apache.xerces.xni.Augmentations synthesizedAugs ()
org.cyberneko.html.HTMLAugmentations augs
protected static final java.lang.String modifyName (java.lang.String, short)
String name
short mode
protected static final short getNamesValue (java.lang.String)
String value
void setTagBalancingListener (org.cyberneko.html.HTMLTagBalancingListener)
org.cyberneko.html.HTMLTagBalancingListener tagBalancingListener
private void notifyDiscardedStartElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations)
org.apache.xerces.xni.QName elem
org.apache.xerces.xni.XMLAttributes attrs
org.apache.xerces.xni.Augmentations augs
private void notifyDiscardedEndElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations)
org.apache.xerces.xni.QName element
org.apache.xerces.xni.Augmentations augs
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
static void ()
}
org/cyberneko/html/HTMLTagBalancingListener.classHTMLTagBalancingListener.java
package org.cyberneko.html
public abstract org.cyberneko.html.HTMLTagBalancingListener extends java.lang.Object {
public abstract void ignoredStartElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations)
public abstract void ignoredEndElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations)
}
org/cyberneko/html/ObjectFactory$ConfigurationError.classObjectFactory.java
package org.cyberneko.html
org.cyberneko.html.ObjectFactory$ConfigurationError extends java.lang.Error {
private Exception exception
void (java.lang.String, java.lang.Exception)
String msg
Exception x
java.lang.Exception getException ()
}
org/cyberneko/html/ObjectFactory.classObjectFactory.java
package org.cyberneko.html
org.cyberneko.html.ObjectFactory extends java.lang.Object {
private static final String DEFAULT_PROPERTIES_FILENAME
private static final boolean DEBUG
private static final int DEFAULT_LINE_LENGTH
private static java.util.Properties fXercesProperties
private static long fLastModified
static Class class$org$cyberneko$html$ObjectFactory
void ()
static java.lang.Object createObject (java.lang.String, java.lang.String) throws org.cyberneko.html.ObjectFactory$ConfigurationError
String factoryId
String fallbackClassName
static java.lang.Object createObject (java.lang.String, java.lang.String, java.lang.String) throws org.cyberneko.html.ObjectFactory$ConfigurationError
String systemProp
SecurityException se
String javah
SecurityException e
java.io.FileInputStream fis
Exception x
boolean loadProperties
java.io.File propertiesFile
boolean propertiesFileExists
java.io.FileInputStream fis
java.util.Properties props
Exception x
String factoryId
String propertiesFilename
String fallbackClassName
org.cyberneko.html.SecuritySupport ss
ClassLoader cl
String factoryClassName
Object provider
private static void debugPrintln (java.lang.String)
String msg
static java.lang.ClassLoader findClassLoader () throws org.cyberneko.html.ObjectFactory$ConfigurationError
ClassLoader current
org.cyberneko.html.SecuritySupport ss
ClassLoader context
ClassLoader system
ClassLoader chain
static java.lang.Object newInstance (java.lang.String, java.lang.ClassLoader, boolean) throws org.cyberneko.html.ObjectFactory$ConfigurationError
Class providerClass
Object instance
ClassNotFoundException x
Exception x
String className
ClassLoader cl
boolean doFallback
static java.lang.Class findProviderClass (java.lang.String, java.lang.ClassLoader, boolean) throws java.lang.ClassNotFoundException org.cyberneko.html.ObjectFactory$ConfigurationError
int lastDot
String packageName
SecurityException e
Class providerClass
Class providerClass
Class providerClass
ClassLoader current
Class providerClass
ClassNotFoundException x
String className
ClassLoader cl
boolean doFallback
SecurityManager security
Class providerClass
private static java.lang.Object findJarServiceProvider (java.lang.String) throws org.cyberneko.html.ObjectFactory$ConfigurationError
ClassLoader current
java.io.UnsupportedEncodingException e
java.io.IOException x
String factoryId
org.cyberneko.html.SecuritySupport ss
String serviceId
java.io.InputStream is
ClassLoader cl
java.io.BufferedReader rd
String factoryClassName
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
static void ()
}
org/cyberneko/html/SecuritySupport.classSecuritySupport.java
package org.cyberneko.html
org.cyberneko.html.SecuritySupport extends java.lang.Object {
private static final Object securitySupport
void ()
static org.cyberneko.html.SecuritySupport getInstance ()
java.lang.ClassLoader getContextClassLoader ()
java.lang.ClassLoader getSystemClassLoader ()
java.lang.ClassLoader getParentClassLoader (java.lang.ClassLoader)
ClassLoader cl
java.lang.String getSystemProperty (java.lang.String)
String propName
java.io.FileInputStream getFileInputStream (java.io.File) throws java.io.FileNotFoundException
java.io.File file
java.io.InputStream getResourceAsStream (java.lang.ClassLoader, java.lang.String)
java.io.InputStream ris
ClassLoader cl
String name
java.io.InputStream ris
boolean getFileExists (java.io.File)
java.io.File f
long getLastModified (java.io.File)
java.io.File f
static void ()
Class c
Exception ex
org.cyberneko.html.SecuritySupport ss
}
org/cyberneko/html/SecuritySupport12$1.classSecuritySupport12.java
package org.cyberneko.html
org.cyberneko.html.SecuritySupport12$1 extends java.lang.Object implements java.security.PrivilegedAction {
private final org.cyberneko.html.SecuritySupport12 this$0
void (org.cyberneko.html.SecuritySupport12)
public java.lang.Object run ()
SecurityException ex
ClassLoader cl
}
org/cyberneko/html/SecuritySupport12$2.classSecuritySupport12.java
package org.cyberneko.html
org.cyberneko.html.SecuritySupport12$2 extends java.lang.Object implements java.security.PrivilegedAction {
private final org.cyberneko.html.SecuritySupport12 this$0
void (org.cyberneko.html.SecuritySupport12)
public java.lang.Object run ()
SecurityException ex
ClassLoader cl
}
org/cyberneko/html/SecuritySupport12$3.classSecuritySupport12.java
package org.cyberneko.html
org.cyberneko.html.SecuritySupport12$3 extends java.lang.Object implements java.security.PrivilegedAction {
private final ClassLoader val$cl
private final org.cyberneko.html.SecuritySupport12 this$0
void (org.cyberneko.html.SecuritySupport12, java.lang.ClassLoader)
public java.lang.Object run ()
SecurityException ex
ClassLoader parent
}
org/cyberneko/html/SecuritySupport12$4.classSecuritySupport12.java
package org.cyberneko.html
org.cyberneko.html.SecuritySupport12$4 extends java.lang.Object implements java.security.PrivilegedAction {
private final String val$propName
private final org.cyberneko.html.SecuritySupport12 this$0
void (org.cyberneko.html.SecuritySupport12, java.lang.String)
public java.lang.Object run ()
}
org/cyberneko/html/SecuritySupport12$5.classSecuritySupport12.java
package org.cyberneko.html
org.cyberneko.html.SecuritySupport12$5 extends java.lang.Object implements java.security.PrivilegedExceptionAction {
private final java.io.File val$file
private final org.cyberneko.html.SecuritySupport12 this$0
void (org.cyberneko.html.SecuritySupport12, java.io.File) throws java.io.FileNotFoundException
public java.lang.Object run () throws java.io.FileNotFoundException
}
org/cyberneko/html/SecuritySupport12$6.classSecuritySupport12.java
package org.cyberneko.html
org.cyberneko.html.SecuritySupport12$6 extends java.lang.Object implements java.security.PrivilegedAction {
private final ClassLoader val$cl
private final String val$name
private final org.cyberneko.html.SecuritySupport12 this$0
void (org.cyberneko.html.SecuritySupport12, java.lang.ClassLoader, java.lang.String)
public java.lang.Object run ()
java.io.InputStream ris
java.io.InputStream ris
}
org/cyberneko/html/SecuritySupport12$7.classSecuritySupport12.java
package org.cyberneko.html
org.cyberneko.html.SecuritySupport12$7 extends java.lang.Object implements java.security.PrivilegedAction {
private final java.io.File val$f
private final org.cyberneko.html.SecuritySupport12 this$0
void (org.cyberneko.html.SecuritySupport12, java.io.File)
public java.lang.Object run ()
}
org/cyberneko/html/SecuritySupport12$8.classSecuritySupport12.java
package org.cyberneko.html
org.cyberneko.html.SecuritySupport12$8 extends java.lang.Object implements java.security.PrivilegedAction {
private final java.io.File val$f
private final org.cyberneko.html.SecuritySupport12 this$0
void (org.cyberneko.html.SecuritySupport12, java.io.File)
public java.lang.Object run ()
}
org/cyberneko/html/SecuritySupport12.classSecuritySupport12.java
package org.cyberneko.html
org.cyberneko.html.SecuritySupport12 extends org.cyberneko.html.SecuritySupport {
void ()
java.lang.ClassLoader getContextClassLoader ()
java.lang.ClassLoader getSystemClassLoader ()
java.lang.ClassLoader getParentClassLoader (java.lang.ClassLoader)
ClassLoader cl
java.lang.String getSystemProperty (java.lang.String)
String propName
java.io.FileInputStream getFileInputStream (java.io.File) throws java.io.FileNotFoundException
java.security.PrivilegedActionException e
java.io.File file
java.io.InputStream getResourceAsStream (java.lang.ClassLoader, java.lang.String)
ClassLoader cl
String name
boolean getFileExists (java.io.File)
java.io.File f
long getLastModified (java.io.File)
java.io.File f
}
org/cyberneko/html/Version.classVersion.java
package org.cyberneko.html
public org.cyberneko.html.Version extends java.lang.Object {
public void ()
public static java.lang.String getVersion ()
public static void main (java.lang.String[])
String[] argv
}
org/cyberneko/html/filters/DefaultFilter.classDefaultFilter.java
package org.cyberneko.html.filters
public org.cyberneko.html.filters.DefaultFilter extends java.lang.Object implements org.apache.xerces.xni.parser.XMLDocumentFilter org.cyberneko.html.HTMLComponent {
protected org.apache.xerces.xni.XMLDocumentHandler fDocumentHandler
protected org.apache.xerces.xni.parser.XMLDocumentSource fDocumentSource
static Class class$org$apache$xerces$xni$XMLLocator
static Class class$java$lang$String
static Class class$org$apache$xerces$xni$NamespaceContext
static Class class$org$apache$xerces$xni$Augmentations
public void ()
public void setDocumentHandler (org.apache.xerces.xni.XMLDocumentHandler)
org.apache.xerces.xni.XMLDocumentHandler handler
public org.apache.xerces.xni.XMLDocumentHandler getDocumentHandler ()
public void setDocumentSource (org.apache.xerces.xni.parser.XMLDocumentSource)
org.apache.xerces.xni.parser.XMLDocumentSource source
public org.apache.xerces.xni.parser.XMLDocumentSource getDocumentSource ()
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.NamespaceContext, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
Class cls
Class[] types
java.lang.reflect.Method method
Object[] params
IllegalAccessException e
java.lang.reflect.InvocationTargetException e
Class cls
Class[] types
java.lang.reflect.Method method
Object[] params
NoSuchMethodException ex
IllegalAccessException ex
java.lang.reflect.InvocationTargetException ex
NoSuchMethodException e
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.NamespaceContext nscontext
org.apache.xerces.xni.Augmentations augs
public void xmlDecl (java.lang.String, java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String version
String encoding
String standalone
org.apache.xerces.xni.Augmentations augs
public void doctypeDecl (java.lang.String, java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String root
String publicId
String systemId
org.apache.xerces.xni.Augmentations augs
public void comment (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void processingInstruction (java.lang.String, org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String target
org.apache.xerces.xni.XMLString data
org.apache.xerces.xni.Augmentations augs
public void startElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attributes
org.apache.xerces.xni.Augmentations augs
public void emptyElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attributes
org.apache.xerces.xni.Augmentations augs
public void characters (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void ignorableWhitespace (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void startGeneralEntity (java.lang.String, org.apache.xerces.xni.XMLResourceIdentifier, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String name
org.apache.xerces.xni.XMLResourceIdentifier id
String encoding
org.apache.xerces.xni.Augmentations augs
public void textDecl (java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String version
String encoding
org.apache.xerces.xni.Augmentations augs
public void endGeneralEntity (java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String name
org.apache.xerces.xni.Augmentations augs
public void startCDATA (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
public void endCDATA (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
public void endElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.Augmentations augs
public void endDocument (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.Augmentations augs
public void startPrefixMapping (java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
java.lang.reflect.Method method
Object[] args
NoSuchMethodException e
IllegalAccessException e
java.lang.reflect.InvocationTargetException e
Class cls
Class[] types
String prefix
String uri
org.apache.xerces.xni.Augmentations augs
public void endPrefixMapping (java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
java.lang.reflect.Method method
Object[] args
NoSuchMethodException e
IllegalAccessException e
java.lang.reflect.InvocationTargetException e
Class cls
Class[] types
String prefix
org.apache.xerces.xni.Augmentations augs
public java.lang.String[] getRecognizedFeatures ()
public java.lang.Boolean getFeatureDefault (java.lang.String)
String featureId
public java.lang.String[] getRecognizedProperties ()
public java.lang.Object getPropertyDefault (java.lang.String)
String propertyId
public void reset (org.apache.xerces.xni.parser.XMLComponentManager) throws org.apache.xerces.xni.parser.XMLConfigurationException
org.apache.xerces.xni.parser.XMLComponentManager componentManager
public void setFeature (java.lang.String, boolean) throws org.apache.xerces.xni.parser.XMLConfigurationException
String featureId
boolean state
public void setProperty (java.lang.String, java.lang.Object) throws org.apache.xerces.xni.parser.XMLConfigurationException
String propertyId
Object value
protected static java.lang.String[] merge (java.lang.String[], java.lang.String[])
String[] array1
String[] array2
String[] array3
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
}
org/cyberneko/html/filters/ElementRemover.classElementRemover.java
package org.cyberneko.html.filters
public org.cyberneko.html.filters.ElementRemover extends org.cyberneko.html.filters.DefaultFilter {
protected static final Object NULL
protected java.util.Hashtable fAcceptedElements
protected java.util.Hashtable fRemovedElements
protected int fElementDepth
protected int fRemovalElementDepth
public void ()
public void acceptElement (java.lang.String, java.lang.String[])
int i
String[] newarray
String element
String[] attributes
Object key
Object value
public void removeElement (java.lang.String)
String element
Object key
Object value
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.NamespaceContext, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.NamespaceContext nscontext
org.apache.xerces.xni.Augmentations augs
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.Augmentations augs
public void startPrefixMapping (java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String prefix
String uri
org.apache.xerces.xni.Augmentations augs
public void startElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attributes
org.apache.xerces.xni.Augmentations augs
public void emptyElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attributes
org.apache.xerces.xni.Augmentations augs
public void comment (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void processingInstruction (java.lang.String, org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String target
org.apache.xerces.xni.XMLString data
org.apache.xerces.xni.Augmentations augs
public void characters (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void ignorableWhitespace (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void startGeneralEntity (java.lang.String, org.apache.xerces.xni.XMLResourceIdentifier, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String name
org.apache.xerces.xni.XMLResourceIdentifier id
String encoding
org.apache.xerces.xni.Augmentations augs
public void textDecl (java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String version
String encoding
org.apache.xerces.xni.Augmentations augs
public void endGeneralEntity (java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String name
org.apache.xerces.xni.Augmentations augs
public void startCDATA (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
public void endCDATA (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
public void endElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.Augmentations augs
public void endPrefixMapping (java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String prefix
org.apache.xerces.xni.Augmentations augs
protected boolean elementAccepted (java.lang.String)
String element
Object key
protected boolean elementRemoved (java.lang.String)
String element
Object key
protected boolean handleOpenTag (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes)
int j
String aname
int i
String[] anames
int attributeCount
Object key
Object value
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attributes
static void ()
}
org/cyberneko/html/filters/Identity.classIdentity.java
package org.cyberneko.html.filters
public org.cyberneko.html.filters.Identity extends org.cyberneko.html.filters.DefaultFilter {
protected static final String AUGMENTATIONS
protected static final String FILTERS
public void ()
public void startElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attributes
org.apache.xerces.xni.Augmentations augs
public void emptyElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attributes
org.apache.xerces.xni.Augmentations augs
public void endElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.Augmentations augs
protected static boolean synthesized (org.apache.xerces.xni.Augmentations)
org.apache.xerces.xni.Augmentations augs
org.cyberneko.html.HTMLEventInfo info
}
org/cyberneko/html/filters/NamespaceBinder$NamespaceSupport$Entry.classNamespaceBinder.java
package org.cyberneko.html.filters
org.cyberneko.html.filters.NamespaceBinder$NamespaceSupport$Entry extends java.lang.Object {
public String prefix
public String uri
public void (java.lang.String, java.lang.String)
String prefix
String uri
}
org/cyberneko/html/filters/NamespaceBinder$NamespaceSupport.classNamespaceBinder.java
package org.cyberneko.html.filters
public org.cyberneko.html.filters.NamespaceBinder$NamespaceSupport extends java.lang.Object implements org.apache.xerces.xni.NamespaceContext {
protected int fTop
protected int[] fLevels
protected org.cyberneko.html.filters.NamespaceBinder$NamespaceSupport$Entry[] fEntries
public void ()
public java.lang.String getURI (java.lang.String)
org.cyberneko.html.filters.NamespaceBinder$NamespaceSupport$Entry entry
int i
String prefix
public int getDeclaredPrefixCount ()
public java.lang.String getDeclaredPrefixAt (int)
int index
public org.apache.xerces.xni.NamespaceContext getParentContext ()
public void reset ()
public void pushContext ()
int[] iarray
public void popContext ()
public boolean declarePrefix (java.lang.String, java.lang.String)
String dprefix
int i
org.cyberneko.html.filters.NamespaceBinder$NamespaceSupport$Entry[] earray
String prefix
String uri
int count
org.cyberneko.html.filters.NamespaceBinder$NamespaceSupport$Entry entry
public java.lang.String getPrefix (java.lang.String)
org.cyberneko.html.filters.NamespaceBinder$NamespaceSupport$Entry entry
int i
String uri
public java.util.Enumeration getAllPrefixes ()
String prefix
int i
java.util.Vector prefixes
}
org/cyberneko/html/filters/NamespaceBinder.classNamespaceBinder.java
package org.cyberneko.html.filters
public org.cyberneko.html.filters.NamespaceBinder extends org.cyberneko.html.filters.DefaultFilter {
public static final String XHTML_1_0_URI
public static final String XML_URI
public static final String XMLNS_URI
protected static final String NAMESPACES
protected static final String OVERRIDE_NAMESPACES
protected static final String INSERT_NAMESPACES
private static final String[] RECOGNIZED_FEATURES
private static final Boolean[] FEATURE_DEFAULTS
protected static final String NAMES_ELEMS
protected static final String NAMES_ATTRS
protected static final String NAMESPACES_URI
private static final String[] RECOGNIZED_PROPERTIES
private static final Object[] PROPERTY_DEFAULTS
protected static final short NAMES_NO_CHANGE
protected static final short NAMES_UPPERCASE
protected static final short NAMES_LOWERCASE
protected boolean fNamespaces
protected boolean fNamespacePrefixes
protected boolean fOverrideNamespaces
protected boolean fInsertNamespaces
protected short fNamesElems
protected short fNamesAttrs
protected String fNamespacesURI
protected final org.cyberneko.html.filters.NamespaceBinder$NamespaceSupport fNamespaceContext
private final org.apache.xerces.xni.QName fQName
static Class class$java$lang$String
public void ()
public java.lang.String[] getRecognizedFeatures ()
public java.lang.Boolean getFeatureDefault (java.lang.String)
int i
String featureId
public java.lang.String[] getRecognizedProperties ()
public java.lang.Object getPropertyDefault (java.lang.String)
int i
String propertyId
public void reset (org.apache.xerces.xni.parser.XMLComponentManager) throws org.apache.xerces.xni.parser.XMLConfigurationException
org.apache.xerces.xni.parser.XMLComponentManager manager
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.NamespaceContext, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.NamespaceContext nscontext
org.apache.xerces.xni.Augmentations augs
public void startElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String prefix
String uri
Object[] args
int i
Class cls
Class[] types
java.lang.reflect.Method method
NoSuchMethodException e
java.lang.reflect.InvocationTargetException e
IllegalAccessException e
int dcount
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attrs
org.apache.xerces.xni.Augmentations augs
public void emptyElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String prefix
String uri
Object[] args
int i
Class cls
Class[] types
java.lang.reflect.Method method
NoSuchMethodException e
java.lang.reflect.InvocationTargetException e
IllegalAccessException e
int dcount
String prefix
Object[] args
int i
Class cls
Class[] types
java.lang.reflect.Method method
NoSuchMethodException e
java.lang.reflect.InvocationTargetException e
IllegalAccessException e
int dcount
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attrs
org.apache.xerces.xni.Augmentations augs
public void endElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String prefix
Object[] args
int i
Class cls
Class[] types
java.lang.reflect.Method method
NoSuchMethodException e
java.lang.reflect.InvocationTargetException e
IllegalAccessException e
int dcount
org.apache.xerces.xni.QName element
org.apache.xerces.xni.Augmentations augs
protected static void splitQName (org.apache.xerces.xni.QName)
org.apache.xerces.xni.QName qname
int index
protected static final short getNamesValue (java.lang.String)
String value
protected static final java.lang.String modifyName (java.lang.String, short)
String name
short mode
protected void bindNamespaces (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes)
int anamelen
String aprefix
String alocal
String avalue
String prefix
String uri
String aname
String ANAME
int i
String xmlns
int i
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attrs
int attrCount
String prefix
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
static void ()
}
org/cyberneko/html/filters/Purifier.classPurifier.java
package org.cyberneko.html.filters
public org.cyberneko.html.filters.Purifier extends org.cyberneko.html.filters.DefaultFilter {
public static final String SYNTHESIZED_NAMESPACE_PREFX
protected static final String NAMESPACES
protected static final String AUGMENTATIONS
private static final String[] RECOGNIZED_FEATURES
protected static final org.cyberneko.html.HTMLEventInfo SYNTHESIZED_ITEM
protected boolean fNamespaces
protected boolean fAugmentations
protected boolean fSeenDoctype
protected boolean fSeenRootElement
protected boolean fInCDATASection
protected String fPublicId
protected String fSystemId
protected org.apache.xerces.xni.NamespaceContext fNamespaceContext
protected int fSynthesizedNamespaceCount
private org.apache.xerces.xni.QName fQName
private final org.cyberneko.html.HTMLAugmentations fInfosetAugs
private final org.apache.xerces.util.XMLStringBuffer fStringBuffer
public void ()
public void reset (org.apache.xerces.xni.parser.XMLComponentManager) throws org.apache.xerces.xni.parser.XMLConfigurationException
org.apache.xerces.xni.parser.XMLComponentManager manager
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.Augmentations augs
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.NamespaceContext, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.NamespaceContext nscontext
org.apache.xerces.xni.Augmentations augs
public void xmlDecl (java.lang.String, java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String version
String encoding
String standalone
org.apache.xerces.xni.Augmentations augs
public void comment (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
char c
int i
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
StringBuffer str
int length
public void processingInstruction (java.lang.String, org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String target
org.apache.xerces.xni.XMLString data
org.apache.xerces.xni.Augmentations augs
public void doctypeDecl (java.lang.String, java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String root
String pubid
String sysid
org.apache.xerces.xni.Augmentations augs
public void startElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attrs
org.apache.xerces.xni.Augmentations augs
public void emptyElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attrs
org.apache.xerces.xni.Augmentations augs
public void startCDATA (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
public void endCDATA (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
public void characters (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
char c
int i
StringBuffer str
int length
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void endElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.Augmentations augs
protected void handleStartDocument ()
protected void handleStartElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes)
int i
org.apache.xerces.xni.Augmentations augs
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attrs
int attrCount
protected void synthesizeBinding (org.apache.xerces.xni.XMLAttributes, java.lang.String)
org.apache.xerces.xni.XMLAttributes attrs
String ns
String prefix
String localpart
String qname
String uri
String atype
String avalue
protected final org.apache.xerces.xni.Augmentations synthesizedAugs ()
org.cyberneko.html.HTMLAugmentations augs
protected org.apache.xerces.xni.QName purifyQName (org.apache.xerces.xni.QName)
org.apache.xerces.xni.QName qname
protected java.lang.String purifyName (java.lang.String, boolean)
char c
int i
String name
boolean localpart
StringBuffer str
int length
boolean seenColon
protected org.apache.xerces.xni.XMLString purifyText (org.apache.xerces.xni.XMLString)
char c
int i
org.apache.xerces.xni.XMLString text
protected static java.lang.String toHexString (int, int)
int i
int c
int padlen
StringBuffer str
int len
static void ()
}
org/cyberneko/html/filters/Writer.classWriter.java
package org.cyberneko.html.filters
public org.cyberneko.html.filters.Writer extends org.cyberneko.html.filters.DefaultFilter {
public static final String NOTIFY_CHAR_REFS
public static final String NOTIFY_HTML_BUILTIN_REFS
protected static final String AUGMENTATIONS
protected static final String FILTERS
protected String fEncoding
protected java.io.PrintWriter fPrinter
protected boolean fSeenRootElement
protected boolean fSeenHttpEquiv
protected int fElementDepth
protected boolean fNormalize
protected boolean fPrintChars
static Class class$org$cyberneko$html$filters$Writer
public void ()
java.io.UnsupportedEncodingException e
public void (java.io.OutputStream, java.lang.String) throws java.io.UnsupportedEncodingException
java.io.OutputStream outputStream
String encoding
public void (java.io.Writer, java.lang.String)
java.io.Writer writer
String encoding
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.NamespaceContext, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.NamespaceContext nscontext
org.apache.xerces.xni.Augmentations augs
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.Augmentations augs
public void comment (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void startElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attributes
org.apache.xerces.xni.Augmentations augs
public void emptyElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attributes
org.apache.xerces.xni.Augmentations augs
public void characters (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void endElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.Augmentations augs
public void startGeneralEntity (java.lang.String, org.apache.xerces.xni.XMLResourceIdentifier, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
boolean hex
int offset
int base
int value
String entity
NumberFormatException e
String name
org.apache.xerces.xni.XMLResourceIdentifier id
String encoding
org.apache.xerces.xni.Augmentations augs
public void endGeneralEntity (java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String name
org.apache.xerces.xni.Augmentations augs
protected void printAttributeValue (java.lang.String)
char c
int j
String text
int length
protected void printCharacters (org.apache.xerces.xni.XMLString, boolean)
String entity
char c
int i
char c
int i
org.apache.xerces.xni.XMLString text
boolean normalize
protected void printStartElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes)
String aname
int i
int charsetIndex
String content
String httpEquiv
int length
String aname
String avalue
int i
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attributes
int contentIndex
String originalContent
int attrCount
protected void printEndElement (org.apache.xerces.xni.QName)
org.apache.xerces.xni.QName element
protected void printEntity (java.lang.String)
String name
public static void main (java.lang.String[]) throws java.lang.Exception
String arg
java.util.Vector filtersVector
org.apache.xerces.xni.parser.XMLDocumentFilter[] filters
org.apache.xerces.xni.parser.XMLInputSource source
int i
String[] argv
org.apache.xerces.xni.parser.XMLParserConfiguration parser
String iencoding
String oencoding
boolean identity
boolean purify
private static void printUsage ()
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
}
org/cyberneko/html/parsers/DOMFragmentParser.classDOMFragmentParser.java
package org.cyberneko.html.parsers
public org.cyberneko.html.parsers.DOMFragmentParser extends java.lang.Object implements org.apache.xerces.xni.XMLDocumentHandler {
protected static final String DOCUMENT_FRAGMENT
protected static final String[] RECOGNIZED_FEATURES
protected static final String ERROR_HANDLER
protected static final String CURRENT_ELEMENT_NODE
protected static final String[] RECOGNIZED_PROPERTIES
protected org.apache.xerces.xni.parser.XMLParserConfiguration fParserConfiguration
protected org.apache.xerces.xni.parser.XMLDocumentSource fDocumentSource
protected org.w3c.dom.DocumentFragment fDocumentFragment
protected org.w3c.dom.Document fDocument
protected org.w3c.dom.Node fCurrentNode
protected boolean fInCDATASection
public void ()
public void parse (java.lang.String, org.w3c.dom.DocumentFragment) throws org.xml.sax.SAXException java.io.IOException
String systemId
org.w3c.dom.DocumentFragment fragment
public void parse (org.xml.sax.InputSource, org.w3c.dom.DocumentFragment) throws org.xml.sax.SAXException java.io.IOException
String pubid
String sysid
String encoding
java.io.InputStream stream
java.io.Reader reader
org.apache.xerces.xni.parser.XMLInputSource inputSource
Exception ex
org.apache.xerces.xni.parser.XMLParseException e
org.xml.sax.InputSource source
org.w3c.dom.DocumentFragment fragment
public void setErrorHandler (org.xml.sax.ErrorHandler)
org.xml.sax.ErrorHandler errorHandler
public org.xml.sax.ErrorHandler getErrorHandler ()
org.apache.xerces.xni.parser.XMLErrorHandler xmlErrorHandler
org.apache.xerces.xni.parser.XMLConfigurationException e
org.xml.sax.ErrorHandler errorHandler
public void setFeature (java.lang.String, boolean) throws org.xml.sax.SAXNotRecognizedException org.xml.sax.SAXNotSupportedException
String message
org.apache.xerces.xni.parser.XMLConfigurationException e
String featureId
boolean state
public boolean getFeature (java.lang.String) throws org.xml.sax.SAXNotRecognizedException org.xml.sax.SAXNotSupportedException
String message
org.apache.xerces.xni.parser.XMLConfigurationException e
String featureId
public void setProperty (java.lang.String, java.lang.Object) throws org.xml.sax.SAXNotRecognizedException org.xml.sax.SAXNotSupportedException
String message
org.apache.xerces.xni.parser.XMLConfigurationException e
String propertyId
Object value
public java.lang.Object getProperty (java.lang.String) throws org.xml.sax.SAXNotRecognizedException org.xml.sax.SAXNotSupportedException
String message
org.apache.xerces.xni.parser.XMLConfigurationException e
String propertyId
public void setDocumentSource (org.apache.xerces.xni.parser.XMLDocumentSource)
org.apache.xerces.xni.parser.XMLDocumentSource source
public org.apache.xerces.xni.parser.XMLDocumentSource getDocumentSource ()
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.Augmentations augs
public void startDocument (org.apache.xerces.xni.XMLLocator, java.lang.String, org.apache.xerces.xni.NamespaceContext, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLLocator locator
String encoding
org.apache.xerces.xni.NamespaceContext nscontext
org.apache.xerces.xni.Augmentations augs
public void xmlDecl (java.lang.String, java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String version
String encoding
String standalone
org.apache.xerces.xni.Augmentations augs
public void doctypeDecl (java.lang.String, java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String root
String pubid
String sysid
org.apache.xerces.xni.Augmentations augs
public void processingInstruction (java.lang.String, org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String target
org.apache.xerces.xni.XMLString data
org.apache.xerces.xni.Augmentations augs
org.w3c.dom.ProcessingInstruction pi
public void comment (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
org.w3c.dom.Comment comment
public void startPrefixMapping (java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String prefix
String uri
org.apache.xerces.xni.Augmentations augs
public void endPrefixMapping (java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String prefix
org.apache.xerces.xni.Augmentations augs
public void startElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String aname
String avalue
int i
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attrs
org.apache.xerces.xni.Augmentations augs
org.w3c.dom.Element elementNode
int count
public void emptyElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.XMLAttributes attrs
org.apache.xerces.xni.Augmentations augs
public void characters (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.w3c.dom.CDATASection cdata
org.w3c.dom.CDATASection cdata
org.w3c.dom.Node node
org.w3c.dom.Text textNode
org.w3c.dom.Text textNode
org.w3c.dom.Node node
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void ignorableWhitespace (org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XMLString text
org.apache.xerces.xni.Augmentations augs
public void startGeneralEntity (java.lang.String, org.apache.xerces.xni.XMLResourceIdentifier, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String name
org.apache.xerces.xni.XMLResourceIdentifier id
String encoding
org.apache.xerces.xni.Augmentations augs
org.w3c.dom.EntityReference entityRef
public void textDecl (java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String version
String encoding
org.apache.xerces.xni.Augmentations augs
public void endGeneralEntity (java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String name
org.apache.xerces.xni.Augmentations augs
public void startCDATA (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
public void endCDATA (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
public void endElement (org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.QName element
org.apache.xerces.xni.Augmentations augs
public void endDocument (org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.Augmentations augs
static void ()
}
org/cyberneko/html/parsers/DOMParser.classDOMParser.java
package org.cyberneko.html.parsers
public org.cyberneko.html.parsers.DOMParser extends org.apache.xerces.parsers.DOMParser {
public void ()
org.xml.sax.SAXNotRecognizedException e
org.xml.sax.SAXNotSupportedException e
public void doctypeDecl (java.lang.String, java.lang.String, java.lang.String, org.apache.xerces.xni.Augmentations) throws org.apache.xerces.xni.XNIException
String root
String pubid
String sysid
org.apache.xerces.xni.Augmentations augs
String VERSION
boolean okay
private static int getParserSubVersion ()
String VERSION
int index1
int index2
Exception e
}
org/cyberneko/html/parsers/SAXParser.classSAXParser.java
package org.cyberneko.html.parsers
public org.cyberneko.html.parsers.SAXParser extends org.apache.xerces.parsers.AbstractSAXParser {
public void ()
}
org/cyberneko/html/res/ErrorMessages.properties
org/cyberneko/html/res/ErrorMessages_ja.properties
org/cyberneko/html/res/ErrorMessages_ja.txt
org/cyberneko/html/res/HTMLlat1.properties
org/cyberneko/html/res/HTMLspecial.properties
org/cyberneko/html/res/HTMLsymbol.properties
org/cyberneko/html/res/XMLbuiltin.properties