private abstract class FXMLLoader.ValueElement extends FXMLLoader.Element
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id |
eventHandlerAttributes, instancePropertyAttributes, lineNumber, parent, staticPropertyAttributes, staticPropertyElements, value| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
constructValue() |
void |
processAttribute(java.lang.String prefix,
java.lang.String localName,
java.lang.String value) |
void |
processCharacters() |
void |
processEndElement() |
void |
processStartElement() |
add, applyProperty, getProperties, getValueAdapter, isCollection, isTyped, processEventHandlerAttributes, processInstancePropertyAttributes, processPropertyAttribute, set, updateValue, warnDeprecatedEscapeSequencepublic void processStartElement()
throws java.io.IOException
processStartElement in class FXMLLoader.Elementjava.io.IOExceptionpublic void processEndElement()
throws java.io.IOException
processEndElement in class FXMLLoader.Elementjava.io.IOExceptionpublic void processCharacters()
throws LoadException
processCharacters in class FXMLLoader.ElementLoadExceptionpublic void processAttribute(java.lang.String prefix,
java.lang.String localName,
java.lang.String value)
throws java.io.IOException
processAttribute in class FXMLLoader.Elementjava.io.IOExceptionpublic abstract java.lang.Object constructValue()
throws java.io.IOException
java.io.IOExceptionCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.