Skip navigation links
ModeShape Sequencer for XML Files 5.5.0.fcr
A C D E H I M N O P S T U V W X 

A

APPLICATION_XML - Static variable in class org.modeshape.sequencer.xml.XmlSequencer.MimeTypeConstants
 

C

CDATA - Static variable in class org.modeshape.sequencer.xml.XmlLexicon
 
CDATA_CONTENT - Static variable in class org.modeshape.sequencer.xml.XmlLexicon
 
characters(char[], int, int) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
COMMENT - Static variable in class org.modeshape.sequencer.xml.XmlLexicon
 
comment(char[], int, int) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
COMMENT_CONTENT - Static variable in class org.modeshape.sequencer.xml.XmlLexicon
 

D

decoder - Variable in class org.modeshape.sequencer.xml.XmlSequencerHandler
The TextDecoder that is used to decode the names.
DEFAULT_ATTRIBUTE_SCOPING - Static variable in class org.modeshape.sequencer.xml.XmlSequencerHandler
DEFAULT_DECODER - Static variable in class org.modeshape.sequencer.xml.XmlSequencerHandler
Decoder for XML names, to turn '_xHHHH_' sequences in the XML element and attribute names into the corresponding UTF-16 characters.
DOCUMENT - Static variable in class org.modeshape.sequencer.xml.XmlLexicon
 
DtdLexicon - Class in org.modeshape.sequencer.xml
Lexicon of names for XML DTD concepts.
DtdLexicon() - Constructor for class org.modeshape.sequencer.xml.DtdLexicon
 
DtdLexicon.Namespace - Class in org.modeshape.sequencer.xml
 

E

ELEMENT - Static variable in class org.modeshape.sequencer.xml.XmlLexicon
 
ELEMENT_CONTENT - Static variable in class org.modeshape.sequencer.xml.XmlLexicon
 
endCDATA() - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
endContent() - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
See if there is any element content that needs to be completed.
endElement(String, String, String) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
endEntity(String) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
endPrefixMapping(String) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
ENTITY - Static variable in class org.modeshape.sequencer.xml.DtdLexicon
 
error(SAXParseException) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
execute(Property, Node, Sequencer.Context) - Method in class org.modeshape.sequencer.xml.XmlSequencer
 
externalEntityDecl(String, String, String) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 

H

HTML_XML - Static variable in class org.modeshape.sequencer.xml.XmlSequencer.MimeTypeConstants
 

I

InheritingXmlSequencer - Class in org.modeshape.sequencer.xml
An XML sequencer that is a specialization of XmlSequencer by inheriting unqualified attribute namespaces from the element rather than from the default namespace.
InheritingXmlSequencer() - Constructor for class org.modeshape.sequencer.xml.InheritingXmlSequencer
 
initialize(NamespaceRegistry, NodeTypeManager) - Method in class org.modeshape.sequencer.xml.XmlSequencer
 
internalEntityDecl(String, String) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 

M

MimeTypeConstants() - Constructor for class org.modeshape.sequencer.xml.XmlSequencer.MimeTypeConstants
 
MXML - Static variable in class org.modeshape.sequencer.xml.XmlSequencer.MimeTypeConstants
 

N

NAME - Static variable in class org.modeshape.sequencer.xml.DtdLexicon
 
Namespace() - Constructor for class org.modeshape.sequencer.xml.DtdLexicon.Namespace
 
Namespace() - Constructor for class org.modeshape.sequencer.xml.XmlLexicon.Namespace
 

O

org.modeshape.sequencer.xml - package org.modeshape.sequencer.xml
The classes that make up the XML sequencer.

P

PREFIX - Static variable in class org.modeshape.sequencer.xml.DtdLexicon.Namespace
 
PREFIX - Static variable in class org.modeshape.sequencer.xml.XmlLexicon.Namespace
 
PROCESSING_INSTRUCTION - Static variable in class org.modeshape.sequencer.xml.XmlLexicon
 
PROCESSING_INSTRUCTION_CONTENT - Static variable in class org.modeshape.sequencer.xml.XmlLexicon
 
processingInstruction(String, String) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
PUBLIC_ID - Static variable in class org.modeshape.sequencer.xml.DtdLexicon
 

S

setAttributeScoping(XmlSequencer.AttributeScoping) - Method in class org.modeshape.sequencer.xml.XmlSequencer
 
startCDATA() - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
startDocument() - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
startDTD(String, String, String) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
startElement(String, String, String, Attributes) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
startEntity(String) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
startPrefixMapping(String, String) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
This method ensures that the namespace is registered with the registry, using the supplied prefix to register the namespace if required.
SYSTEM_ID - Static variable in class org.modeshape.sequencer.xml.DtdLexicon
 

T

TARGET - Static variable in class org.modeshape.sequencer.xml.XmlLexicon
 
TEXT_XML - Static variable in class org.modeshape.sequencer.xml.XmlSequencer.MimeTypeConstants
 

U

URI - Static variable in class org.modeshape.sequencer.xml.DtdLexicon.Namespace
 
URI - Static variable in class org.modeshape.sequencer.xml.XmlLexicon.Namespace
 

V

VALUE - Static variable in class org.modeshape.sequencer.xml.DtdLexicon
 
valueOf(String) - Static method in enum org.modeshape.sequencer.xml.XmlSequencer.AttributeScoping
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.modeshape.sequencer.xml.XmlSequencer.AttributeScoping
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(SAXParseException) - Method in class org.modeshape.sequencer.xml.XmlSequencerHandler
 
WSDL - Static variable in class org.modeshape.sequencer.xml.XmlSequencer.MimeTypeConstants
 

X

XmlLexicon - Class in org.modeshape.sequencer.xml
Lexicon of names for XML concepts.
XmlLexicon() - Constructor for class org.modeshape.sequencer.xml.XmlLexicon
 
XmlLexicon.Namespace - Class in org.modeshape.sequencer.xml
 
XmlSequencer - Class in org.modeshape.sequencer.xml
A sequencer for XML files, which maintains DTD, entity, comments, and other content.
XmlSequencer() - Constructor for class org.modeshape.sequencer.xml.XmlSequencer
 
XmlSequencer.AttributeScoping - Enum in org.modeshape.sequencer.xml
The choices for how attributes that have no namespace prefix should be assigned a namespace.
XmlSequencer.MimeTypeConstants - Class in org.modeshape.sequencer.xml
 
XmlSequencerHandler - Class in org.modeshape.sequencer.xml
A DefaultHandler2 implementation that is used by the sequencer.
XOP_XML - Static variable in class org.modeshape.sequencer.xml.XmlSequencer.MimeTypeConstants
 
XSFP - Static variable in class org.modeshape.sequencer.xml.XmlSequencer.MimeTypeConstants
 
XSLT - Static variable in class org.modeshape.sequencer.xml.XmlSequencer.MimeTypeConstants
 
A C D E H I M N O P S T U V W X 
Skip navigation links
ModeShape Sequencer for XML Files 5.5.0.fcr

Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.